0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-06 12:48:58 +02: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:
Andrew Morgan 2021-05-04 13:28:59 +01:00 committed by GitHub
parent 4d624f467a
commit b85821aca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

1
changelog.d/9911.doc Normal file
View file

@ -0,0 +1 @@
Add `port` argument to the Postgres database sample config section.

View file

@ -810,6 +810,7 @@ caches:
# password: secretpassword
# database: synapse
# host: localhost
# port: 5432
# cp_min: 5
# cp_max: 10
#

View file

@ -58,6 +58,7 @@ DEFAULT_CONFIG = """\
# password: secretpassword
# database: synapse
# host: localhost
# port: 5432
# cp_min: 5
# cp_max: 10
#