diff --git a/rootfs/etc/confd/templates/config.yaml.tmpl b/rootfs/etc/confd/templates/config.yaml.tmpl index 6adc887..9e47a93 100644 --- a/rootfs/etc/confd/templates/config.yaml.tmpl +++ b/rootfs/etc/confd/templates/config.yaml.tmpl @@ -32,7 +32,7 @@ appservice: type: postgres # The database URI. Usually file name. https://github.com/mattn/go-sqlite3#connection-string uri: {{ getenv "DATABASE_DATASOURCE" }} - max_open_conns: 20 + max_open_conns: 20 max_idle_conns: 2 # Maximum connection idle time and lifetime before they're closed. Disabled if null. # Parsed with https://pkg.go.dev/time#ParseDuration @@ -58,7 +58,7 @@ appservice: # Appservice bot details. bot: # Username of the appservice bot. - username: whatsapp_ot + username: whatsappbot # Display name and avatar for bot. Set to "remove" to remove display name/avatar, leave empty # to leave display name/avatar as-is. displayname: WhatsApp bridge bot