diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-25 14:26:42 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-25 14:26:42 +0000 |
commit | 057be548786933454619a8507122d0afd8f3e0e3 (patch) | |
tree | a9fa77d935f7659cf9e3874cec65671e1b40b5b8 /docs | |
parent | Blow up config if opentracing is missing (#5985) (diff) | |
parent | add report_stats_endpoint config option (#6012) (diff) | |
download | synapse-057be548786933454619a8507122d0afd8f3e0e3.tar.xz |
add report_stats_endpoint config option (#6012)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index e49b9d945e..641108de17 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1142,6 +1142,11 @@ metrics_flags: # Whether or not to report anonymized homeserver usage statistics. # report_stats: true|false +# The endpoint to report the anonymized homeserver usage statistics to. +# Defaults to https://matrix.org/report-usage-stats/push +# +#report_stats_endpoint: https://example.com/report-usage-stats/push + ## API Configuration ## |