mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 09:14:55 -04: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
|
@ -58,6 +58,7 @@ DEFAULT_CONFIG = """\
|
|||
# password: secretpassword
|
||||
# database: synapse
|
||||
# host: localhost
|
||||
# port: 5432
|
||||
# cp_min: 5
|
||||
# cp_max: 10
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue