mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-08 06:33:09 -06:00
Also update example config file
This commit is contained in:
parent
cda8a4bb4f
commit
b524a05a4f
|
|
@ -85,13 +85,14 @@ global:
|
||||||
# Whether outbound presence events are allowed, e.g. sending presence events to other servers
|
# Whether outbound presence events are allowed, e.g. sending presence events to other servers
|
||||||
enable_outbound: false
|
enable_outbound: false
|
||||||
|
|
||||||
|
# Configures opt-in anonymous stats reporting.
|
||||||
|
report_stats:
|
||||||
# Whether this instance sends anonymous usage stats
|
# Whether this instance sends anonymous usage stats
|
||||||
report_stats: false
|
enabled: false
|
||||||
|
|
||||||
# The endpoint to report the anonymized homeserver usage statistics to.
|
# The endpoint to report the anonymized homeserver usage statistics to.
|
||||||
# Defaults to https://matrix.org/report-usage-stats/push
|
# Defaults to https://matrix.org/report-usage-stats/push
|
||||||
#
|
endpoint: https://matrix.org/report-usage-stats/push
|
||||||
report_stats_endpoint: https://matrix.org/report-usage-stats/push
|
|
||||||
|
|
||||||
# Server notices allows server admins to send messages to all users.
|
# Server notices allows server admins to send messages to all users.
|
||||||
server_notices:
|
server_notices:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue