Skip to content
Snippets Groups Projects
Commit a0af0054 authored by kaiyou's avatar kaiyou
Browse files

Honor the SYNAPSE_REPORT_STATS parameter in the Docker image

parent 914a59cb
No related branches found
No related tags found
No related merge requests found
...@@ -156,8 +156,13 @@ trusted_third_party_id_servers: ...@@ -156,8 +156,13 @@ trusted_third_party_id_servers:
## Metrics ### ## Metrics ###
{% if SYNAPSE_REPORT_STATS.lower() == "yes" %}
enable_metrics: True
report_stats: True
{% else %}
enable_metrics: False enable_metrics: False
report_stats: False report_stats: False
{% endif %}
## API Configuration ## ## API Configuration ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment