mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
deploy: cdc0259449
This commit is contained in:
parent
2044f365c8
commit
af4daf6be7
4 changed files with 8 additions and 4 deletions
|
@ -386,7 +386,9 @@ python -m synapse.app.homeserver \
|
|||
--generate-config \
|
||||
--report-stats=[yes|no]
|
||||
</code></pre>
|
||||
<p>... substituting an appropriate value for <code>--server-name</code>.</p>
|
||||
<p>... substituting an appropriate value for <code>--server-name</code> and choosing whether
|
||||
or not to report usage statistics (hostname, Synapse version, uptime, total
|
||||
users, etc.) to the developers via the <code>--report-stats</code> argument.</p>
|
||||
<p>This command will generate you a config file that you can then customise, but it will
|
||||
also generate a set of keys for you. These keys will allow your homeserver to
|
||||
identify itself to other homeserver, so don't lose or delete them. It would be
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -303,7 +303,9 @@ python -m synapse.app.homeserver \
|
|||
--generate-config \
|
||||
--report-stats=[yes|no]
|
||||
</code></pre>
|
||||
<p>... substituting an appropriate value for <code>--server-name</code>.</p>
|
||||
<p>... substituting an appropriate value for <code>--server-name</code> and choosing whether
|
||||
or not to report usage statistics (hostname, Synapse version, uptime, total
|
||||
users, etc.) to the developers via the <code>--report-stats</code> argument.</p>
|
||||
<p>This command will generate you a config file that you can then customise, but it will
|
||||
also generate a set of keys for you. These keys will allow your homeserver to
|
||||
identify itself to other homeserver, so don't lose or delete them. It would be
|
||||
|
|
Loading…
Reference in a new issue