summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-12-02 10:08:18 +0000
committerErik Johnston <erik@matrix.org>2015-12-02 10:08:18 +0000
commit03b2a6a8aa33a66970fc4c0787c661236a466460 (patch)
treef1979c228c5bd066c64cf35435aca8e233bc081c /README.rst
parentMerge pull request #408 from matrix-org/markjh/distributor_facade (diff)
parentAdded a single line to explain what the server_name is used for (diff)
downloadsynapse-03b2a6a8aa33a66970fc4c0787c661236a466460.tar.xz
Merge pull request #409 from MadsRC/develop
Develop
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3014edaac7..80e1b26e60 100644
--- a/README.rst
+++ b/README.rst
@@ -440,6 +440,10 @@ SRV record, as that is the name other machines will expect it to have::
     python -m synapse.app.homeserver --config-path homeserver.yaml
 
 
+If you've already generated the config file, you need to edit the "server_name"
+in you  ```homeserver.yaml``` file. If you've already started Synapse and a
+database has been created, you will have to recreate the database.
+
 You may additionally want to pass one or more "-v" options, in order to
 increase the verbosity of logging output; at least for initial testing.