diff options
Diffstat (limited to 'docs/postgres.md')
-rw-r--r-- | docs/postgres.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/postgres.md b/docs/postgres.md index 02d4b9b162..ad7c6a0738 100644 --- a/docs/postgres.md +++ b/docs/postgres.md @@ -66,7 +66,7 @@ database: args: user: <user> password: <pass> - database: <db> + dbname: <db> host: <host> cp_min: 5 cp_max: 10 |