diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-07-07 12:37:10 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-07-07 12:37:10 +0100 |
commit | 240b3ce253b2b36d79a0a6cc18aefd70ad066de3 (patch) | |
tree | 1aa14197a7a919d4dda81be36735f36d2adb1956 /synapse/config/database.py | |
parent | Simplify structure of room admin API docs (#10313) (diff) | |
parent | Update links to documentation in sample config (#10287) (diff) | |
download | synapse-240b3ce253b2b36d79a0a6cc18aefd70ad066de3.tar.xz |
Merge remote-tracking branch 'origin/release-v1.38' into develop
merge @dklimpel's fixes to the sample config
Diffstat (limited to 'synapse/config/database.py')
-rw-r--r-- | synapse/config/database.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/config/database.py b/synapse/config/database.py index c76ef1e1de..3d7d92f615 100644 --- a/synapse/config/database.py +++ b/synapse/config/database.py @@ -62,7 +62,8 @@ DEFAULT_CONFIG = """\ # cp_min: 5 # cp_max: 10 # -# For more information on using Synapse with Postgres, see `docs/postgres.md`. +# For more information on using Synapse with Postgres, +# see https://matrix-org.github.io/synapse/latest/postgres.html. # database: name: sqlite3 |