Do not specify now-unnecessary worker_main_http_uri Synapse worker setting

Related to

- c15e9a0edb
- 01a0527892
This commit is contained in:
Slavi Pantaleev 2022-12-06 15:53:38 +02:00
parent 13e7399104
commit 9edc7da67d

View File

@ -10,10 +10,6 @@ worker_replication_host: matrix-synapse
worker_replication_http_port: {{ matrix_synapse_replication_http_port }}
{% endif %}
{% if matrix_synapse_worker_details.type == 'generic_worker' %}
worker_main_http_uri: http://matrix-synapse:{{ matrix_synapse_container_client_api_port }}
{% endif %}
{% set http_resources = [] %}
{% if matrix_synapse_worker_details.type == 'user_dir' %}