Honor the SYNAPSE_REPORT_STATS parameter in the Docker image
parent
914a59cb8c
commit
a0af0054ec
|
@ -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 ##
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue