rellocating variables for consistency

This commit is contained in:
b
2021-11-15 12:07:54 +02:00
parent 5e97f5a4e6
commit 07496069c8
6 changed files with 15 additions and 8 deletions

View File

@ -302,7 +302,7 @@ listeners:
{% if matrix_synapse_federation_port_enabled %}
# Unsecure HTTP listener (Federation API): for when matrix traffic passes through a reverse proxy
# that unwraps TLS.
- port: {{ matrix_synapse_container_default_federation_port }}
- port: {{ matrix_synapse_container_default_federation_port|to_json }}
tls: false
bind_addresses: ['::']
type: http