Add matrix_appservice_irc_container_expose_client_server_api_port

This commit is contained in:
Plailect
2019-01-31 11:20:45 -05:00
parent 0a2a8e118c
commit 5e1d96c727
3 changed files with 15 additions and 0 deletions

View File

@ -10,6 +10,9 @@ matrix_synapse_ext_path: "{{ matrix_synapse_base_path }}/ext"
# Controls whether the Synapse container exposes the Client/Server API port (tcp/8008).
matrix_synapse_container_expose_client_server_api_port: false
# Controls whether the Appservice IRC container exposes the Client/Server API port (tcp/9999).
matrix_appservice_irc_container_expose_client_server_api_port: false
# List of systemd services that matrix-synapse.service depends on
matrix_synapse_systemd_required_services_list: ['docker.service']