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

@@ -66,7 +66,7 @@ database:
args:
user: <user>
password: <pass>
database: <db>
dbname: <db>
host: <host>
cp_min: 5
cp_max: 10