summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorMads R. Christensen <mads@v42.dk>2015-12-02 00:37:55 +0100
committerMads R. Christensen <mads@v42.dk>2015-12-02 00:37:55 +0100
commit68634666532d142aeeddb11eb1947849c6d024b3 (patch)
tree501ed1b399c8aa6f97896186af8b1ef73151a6f2 /synapse/config
parentAdded a few lines to better explain how to run Synapse on a FQDN that is not ... (diff)
downloadsynapse-68634666532d142aeeddb11eb1947849c6d024b3.tar.xz
Added a single line to explain what the server_name is used for
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/server.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py
index 5c2d6bfeab..187edd516b 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -133,6 +133,7 @@ class ServerConfig(Config):
         # The domain name of the server, with optional explicit port.
         # This is used by remote servers to connect to this server,
         # e.g. matrix.org, localhost:8080, etc.
+        # This is also the last part of your UserID.
         server_name: "%(server_name)s"
 
         # When running as a daemon, the file to store the pid in