summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-05-04 13:28:59 +0100
committerGitHub <noreply@github.com>2021-05-04 13:28:59 +0100
commitb85821aca2c3cfc1c732dfcc0c1d6758a263487a (patch)
tree2c73d95284f2811ea0145854192a1d25e3de327c /synapse/config
parentMerge tag 'v1.33.0rc2' into develop (diff)
downloadsynapse-b85821aca2c3cfc1c732dfcc0c1d6758a263487a.tar.xz
Add port parameter to the sample config for psycopg2 args (#9911)
Adds the `port` option with the default value to the sample config file.
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/database.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/config/database.py b/synapse/config/database.py
index 79a02706b4..c76ef1e1de 100644
--- a/synapse/config/database.py
+++ b/synapse/config/database.py
@@ -58,6 +58,7 @@ DEFAULT_CONFIG = """\
 #    password: secretpassword
 #    database: synapse
 #    host: localhost
+#    port: 5432
 #    cp_min: 5
 #    cp_max: 10
 #