diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-11-09 14:40:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 14:40:45 -0500 |
commit | bc4372ad81f5037e107a608d4736161ba86bb201 (patch) | |
tree | 4480845db462fe38a403927e96cd77fbcbdee20e /docs/postgres.md | |
parent | Use _invalidate_cache_and_stream_bulk in more places. (#16616) (diff) | |
download | synapse-bc4372ad81f5037e107a608d4736161ba86bb201.tar.xz |
Use dbname instead of database for Postgres config. (#16618)
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 |