diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-05-04 13:28:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 13:28:59 +0100 |
commit | b85821aca2c3cfc1c732dfcc0c1d6758a263487a (patch) | |
tree | 2c73d95284f2811ea0145854192a1d25e3de327c /docs | |
parent | Merge tag 'v1.33.0rc2' into develop (diff) | |
download | synapse-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 'docs')
-rw-r--r-- | docs/sample_config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index e0350279ad..d013725cdc 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -810,6 +810,7 @@ caches: # password: secretpassword # database: synapse # host: localhost +# port: 5432 # cp_min: 5 # cp_max: 10 # |