summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-05-01 16:48:23 +0100
committerRichard van der Hoff <richard@matrix.org>2019-05-01 16:48:23 +0100
commitcc4bd762df35dfceb8250d85f400f9f691477eff (patch)
treef7a87bbf248765bc6f0c12923d4bdaf2596d7013 /docs
parentchangelog (diff)
downloadsynapse-cc4bd762df35dfceb8250d85f400f9f691477eff.tar.xz
Fix sample config
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml4
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.