Skip to content
Snippets Groups Projects
Unverified Commit b85821ac authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Add port parameter to the sample config for psycopg2 args (#9911)

Adds the `port` option with the default value to the sample config file.
parent 4d624f46
No related branches found
No related tags found
No related merge requests found
Add `port` argument to the Postgres database sample config section.
\ No newline at end of file
......@@ -810,6 +810,7 @@ caches:
# password: secretpassword
# database: synapse
# host: localhost
# port: 5432
# cp_min: 5
# cp_max: 10
#
......
......@@ -58,6 +58,7 @@ DEFAULT_CONFIG = """\
# password: secretpassword
# database: synapse
# host: localhost
# port: 5432
# cp_min: 5
# cp_max: 10
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment