Use dbname instead of database for Postgres config. (#16618)

This commit is contained in:
Patrick Cloke
2023-11-09 14:40:45 -05:00
committed by GitHub
parent 9f514dd0fb
commit bc4372ad81
5 changed files with 9 additions and 8 deletions

View File

@@ -1447,7 +1447,7 @@ database:
args:
user: synapse_user
password: secretpassword
database: synapse
dbname: synapse
host: localhost
port: 5432
cp_min: 5
@@ -1526,7 +1526,7 @@ databases:
args:
user: synapse_user
password: secretpassword
database: synapse_main
dbname: synapse_main
host: localhost
port: 5432
cp_min: 5
@@ -1539,7 +1539,7 @@ databases:
args:
user: synapse_user
password: secretpassword
database: synapse_state
dbname: synapse_state
host: localhost
port: 5432
cp_min: 5