|
|
@@ -573,7 +573,10 @@ matrix_synapse_federation_listener_resource_names: "{{ ['federation'] if matrix_ |
|
|
matrix_synapse_report_stats: false |
|
|
matrix_synapse_report_stats: false |
|
|
|
|
|
|
|
|
# The endpoint to report homeserver usage statistics to. |
|
|
# The endpoint to report homeserver usage statistics to. |
|
|
matrix_synapse_report_stats_endpoint: "https://matrix.org/report-usage-stats/push" |
|
|
|
|
|
|
|
|
matrix_synapse_report_stats_endpoint: "{{ matrix_synapse_report_stats_endpoint_default }}" |
|
|
|
|
|
|
|
|
|
|
|
# The default endpoint to report homeserver usage statistics to (the one operated by matrix.org). |
|
|
|
|
|
matrix_synapse_report_stats_endpoint_default: "https://matrix.org/report-usage-stats/push" |
|
|
|
|
|
|
|
|
# Controls whether the Matrix server will track presence status (online, offline, unavailable) for users. |
|
|
# Controls whether the Matrix server will track presence status (online, offline, unavailable) for users. |
|
|
# If users participate in large rooms with many other servers, |
|
|
# If users participate in large rooms with many other servers, |
|
|
|