refactoring

This commit is contained in:
boris runakov
2021-11-16 21:03:21 +02:00
parent 1ec67f49b0
commit d3a9ec98de
14 changed files with 30 additions and 8 deletions

View File

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