summary refs log tree commit diff
path: root/synapse/config/server.py
diff options
context:
space:
mode:
authorMatthew Wolff <matthewjwolff@gmail.com>2017-04-17 00:44:05 -0500
committerMatthew Wolff <matthewjwolff@gmail.com>2017-04-17 00:49:11 -0500
commit8e780b113d1223994bf77a5075e91ff56dd20f67 (patch)
tree6feae5433a59b7ae97721496c8ff2c0de17a17b9 /synapse/config/server.py
parentMerge pull request #2120 from matrix-org/luke/read-markers (diff)
downloadsynapse-8e780b113d1223994bf77a5075e91ff56dd20f67.tar.xz
web_server_root documentation fix
Signed-off-by: Matthew Wolff <matthewjwolff@gmail.com>
Diffstat (limited to 'synapse/config/server.py')
-rw-r--r--synapse/config/server.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py
index 1f9999d57a..25e6666238 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -144,6 +144,12 @@ class ServerConfig(Config):
         # Whether to serve a web client from the HTTP/HTTPS root resource.
         web_client: True
 
+        # The root directory to server for the above web client.
+        # If left undefined, synapse will serve the matrix-angular-sdk web client.
+        # Make sure matrix-angular-sdk is installed with pip if web_client is True
+        # and web_client_location is undefined
+        # web_client_location: "/path/to/web/root"
+
         # The public-facing base URL for the client API (not including _matrix/...)
         # public_baseurl: https://example.com:8448/