make 8448 configurable instead of hard coded

This commit is contained in:
b
2021-11-14 23:32:25 +02:00
parent 24fd455a9e
commit afccc2b11f
3 changed files with 4 additions and 2 deletions

View File

@ -27,6 +27,8 @@ matrix_synapse_storage_path: "{{ matrix_synapse_base_path }}/storage"
matrix_synapse_media_store_path: "{{ matrix_synapse_storage_path }}/media-store"
matrix_synapse_ext_path: "{{ matrix_synapse_base_path }}/ext"
matrix_synapse_container_default_federation_api_port: 8448
# Controls whether the matrix-synapse container exposes the Client/Server API port (tcp/8008 in the container).
#
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:8008"), or empty string to not expose.