mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
Add port parameter to the sample config for psycopg2 args (#9911)
Adds the `port` option with the default value to the sample config file.
This commit is contained in:
parent
4d624f467a
commit
b85821aca2
3 changed files with 3 additions and 0 deletions
1
changelog.d/9911.doc
Normal file
1
changelog.d/9911.doc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add `port` argument to the Postgres database sample config section.
|
|
@ -810,6 +810,7 @@ caches:
|
||||||
# password: secretpassword
|
# password: secretpassword
|
||||||
# database: synapse
|
# database: synapse
|
||||||
# host: localhost
|
# host: localhost
|
||||||
|
# port: 5432
|
||||||
# cp_min: 5
|
# cp_min: 5
|
||||||
# cp_max: 10
|
# cp_max: 10
|
||||||
#
|
#
|
||||||
|
|
|
@ -58,6 +58,7 @@ DEFAULT_CONFIG = """\
|
||||||
# password: secretpassword
|
# password: secretpassword
|
||||||
# database: synapse
|
# database: synapse
|
||||||
# host: localhost
|
# host: localhost
|
||||||
|
# port: 5432
|
||||||
# cp_min: 5
|
# cp_min: 5
|
||||||
# cp_max: 10
|
# cp_max: 10
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue