Merge pull request #1402 from borisrunakov/matrix-synapse-container-client-api-port

make 8008 configurable
This commit is contained in:
Slavi Pantaleev
2021-11-17 10:34:40 +02:00
committed by GitHub
29 changed files with 76 additions and 51 deletions

View File

@ -36,7 +36,7 @@ matrix_corporal_var_dir_path: "{{ matrix_corporal_base_path }}/var"
matrix_corporal_matrix_homeserver_domain_name: "{{ matrix_domain }}"
# Controls where matrix-corporal can reach your Synapse server (e.g. "http://matrix-synapse:8008").
# Controls where matrix-corporal can reach your Synapse server (e.g. "http://matrix-synapse:{{ matrix_synapse_container_client_api_port }}").
# If Synapse runs on the same machine, you may need to add its service to `matrix_corporal_systemd_required_services_list`.
matrix_corporal_matrix_homeserver_api_endpoint: ""