Use |to_json in mautrix metrics configuration

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2427
This commit is contained in:
Slavi Pantaleev
2023-01-30 08:59:35 +02:00
parent d7c0239e40
commit 611a74bde2
5 changed files with 5 additions and 5 deletions

View File

@ -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.