瀏覽代碼

Replaced csApi config with proxy container url

pull/2783/head
Michael Hollister 3 年之前
父節點
當前提交
63ee8e5bb9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-media-repo/defaults/main.yml

+ 1
- 1
roles/custom/matrix-media-repo/defaults/main.yml 查看文件

@@ -135,7 +135,7 @@ matrix_media_repo_homeservers:
- name: "{{ matrix_server_fqn_matrix }}"

# The base URL to where the homeserver can actually be reached
csApi: "https://{{ matrix_server_fqn_matrix }}/"
csApi: "http://{{ matrix_nginx_proxy_proxy_matrix_client_api_addr_with_container }}"

# The number of consecutive failures in calling this homeserver before the
# media repository will start backing off. This defaults to 10 if not given.


Loading…
取消
儲存