瀏覽代碼

Apply suggestions from code review

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2261/head
Johan Swetzén 3 年之前
committed by GitHub
父節點
當前提交
a74ff69045
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      group_vars/matrix_servers

+ 2
- 2
group_vars/matrix_servers 查看文件

@@ -1227,14 +1227,14 @@ matrix_mautrix_wsproxy_systemd_required_services_list: |
{{
['docker.service']
+
(['matrix-synapse.service'] if matrix_synapse_enabled else [])
(['matrix-' + matrix_homeserver_implementation + '.service'])
+
(['matrix-postgres.service'] if devture_postgres_enabled else [])
}}

matrix_mautrix_wsproxy_homeserver_domain: '{{ matrix_domain }}'

matrix_mautrix_wsproxy_homeserver_address: "{{ 'http://matrix-synapse:8008' if matrix_synapse_enabled else '' }}"
matrix_mautrix_wsproxy_homeserver_address: "{{ matrix_homeserver_container_url }}"

######################################################################
#


Loading…
取消
儲存