summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-04-29 14:30:15 +0100
committerDavid Baker <dave@matrix.org>2016-04-29 14:30:15 +0100
commit4b0c3a327007b86346745fc96dafc4fd8ada2f19 (patch)
tree8bb866bd4146ce398b8bb76ba71061f3f36f1e4a /synapse/config
parentNicer get() shorthand (diff)
downloadsynapse-4b0c3a327007b86346745fc96dafc4fd8ada2f19.tar.xz
Correct public_baseurl default
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/server.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py
index 04b9221908..0b5f462e44 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -148,8 +148,8 @@ class ServerConfig(Config):
         # Whether to serve a web client from the HTTP/HTTPS root resource.
         web_client: True
 
-        # The server's public-facing base URL
-        # https://example.com:8448/
+        # The public-facing base URL for the client API (not including _matrix/...)
+        # public_baseurl: https://example.com:8448/
 
         # Set the soft limit on the number of file descriptors synapse can use
         # Zero is used to indicate synapse should set the soft limit to the