소스 검색

Apply suggestions from code review

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2261/head
Johan Swetzén 3 년 전
committed by GitHub
부모
커밋
a74ff69045
No known key found for this signature in database GPG 키 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 }}"

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


불러오는 중...
취소
저장