Document the `--report-stats` argument (#13029)
Signed-off-by: jejo86 <28619134+jejo86@users.noreply.github.com>
This commit is contained in:
parent
79c6b9e12b
commit
cdc0259449
|
@ -0,0 +1 @@
|
|||
Add an explanation of the `--report-stats` argument to the docs.
|
|
@ -232,7 +232,9 @@ python -m synapse.app.homeserver \
|
|||
--report-stats=[yes|no]
|
||||
```
|
||||
|
||||
... substituting an appropriate value for `--server-name`.
|
||||
... substituting an appropriate value for `--server-name` and choosing whether
|
||||
or not to report usage statistics (hostname, Synapse version, uptime, total
|
||||
users, etc.) to the developers via the `--report-stats` argument.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue