From 7be3061fcb48c2719aec1b5f471bdb84e40243a0 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 28 Mar 2022 15:28:53 +0200 Subject: [PATCH] typo in config [skip ci] --- rootfs/etc/confd/templates/config.yaml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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