Use |to_json in mautrix metrics configuration
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2427
This commit is contained in:
@ -67,7 +67,7 @@ appservice:
|
||||
|
||||
# Prometheus telemetry config. Requires prometheus-client to be installed.
|
||||
metrics:
|
||||
enabled: {{ matrix_mautrix_signal_metrics_enabled }}
|
||||
enabled: {{ matrix_mautrix_signal_metrics_enabled | to_json }}
|
||||
listen_port: 8000
|
||||
|
||||
# Manhole config.
|
||||
|
Reference in New Issue
Block a user