typo in config [skip ci]
This commit is contained in:
parent
b8063330e0
commit
7be3061fcb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user