瀏覽代碼

Do not specify now-unnecessary worker_main_http_uri Synapse worker setting

Related to

- c15e9a0edb
- 01a0527892
pull/2320/head
Slavi Pantaleev 3 年之前
父節點
當前提交
9edc7da67d
共有 1 個檔案被更改,包括 0 行新增4 行删除
  1. +0
    -4
      roles/custom/matrix-synapse/templates/synapse/worker.yaml.j2

+ 0
- 4
roles/custom/matrix-synapse/templates/synapse/worker.yaml.j2 查看文件

@@ -10,10 +10,6 @@ worker_replication_host: matrix-synapse
worker_replication_http_port: {{ matrix_synapse_replication_http_port }} worker_replication_http_port: {{ matrix_synapse_replication_http_port }}
{% endif %} {% 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 = [] %} {% set http_resources = [] %}


{% if matrix_synapse_worker_details.type == 'user_dir' %} {% if matrix_synapse_worker_details.type == 'user_dir' %}


Loading…
取消
儲存