diff options
author | Mads R. Christensen <mads@v42.dk> | 2015-12-02 00:35:45 +0100 |
---|---|---|
committer | Mads R. Christensen <mads@v42.dk> | 2015-12-02 00:35:45 +0100 |
commit | 3d5c5e8be581fb2a96d54af66ace9bb4736ddf61 (patch) | |
tree | 8675cc6cdb962311c86eab61cfdb29257e34c46e /README.rst | |
parent | Added --report-status=yes|no as Synapse won't generate the config without it (diff) | |
download | synapse-3d5c5e8be581fb2a96d54af66ace9bb4736ddf61.tar.xz |
Added a few lines to better explain how to run Synapse on a FQDN that is not part of the UserID
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 9149f2feec..166055f095 100644 --- a/README.rst +++ b/README.rst @@ -439,6 +439,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. |