diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-05-01 16:48:23 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-01 16:48:23 +0100 |
commit | cc4bd762df35dfceb8250d85f400f9f691477eff (patch) | |
tree | f7a87bbf248765bc6f0c12923d4bdaf2596d7013 /docs | |
parent | changelog (diff) | |
download | synapse-cc4bd762df35dfceb8250d85f400f9f691477eff.tar.xz |
Fix sample config
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index a7f6bf31ac..61be7502bc 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -136,8 +136,8 @@ pid_file: DATADIR/homeserver.pid # # Valid resource names are: # -# client: the client-server API (/_matrix/client). Also implies 'media' and -# 'static'. +# client: the client-server API (/_matrix/client), and the synapse admin +# API (/_synapse/admin). Also implies 'media' and 'static'. # # consent: user consent forms (/_matrix/consent). See # docs/consent_tracking.md. |