소스 검색

add matrix_synapse_admin_contact var

pull/4526/head
Aine 11 달 전
부모
커밋
8ff8e435c0
No known key found for this signature in database GPG 키 ID: 34969C908CCA2804
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -0
      roles/custom/matrix-synapse/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 4
- 0
roles/custom/matrix-synapse/defaults/main.yml 파일 보기

@@ -374,6 +374,10 @@ matrix_synapse_registration_shared_secret: "{{ matrix_synapse_macaroon_secret_ke
matrix_synapse_allow_guest_access: false
matrix_synapse_form_secret: "{{ matrix_synapse_macaroon_secret_key }}"


# Controls how to reach server admin, used in ResouceLimitError
matrix_synapse_admin_contact: ~

matrix_synapse_max_upload_size_mb: 50

# Controls whether local media should be removed under certain conditions, typically for the purpose of saving space.


+ 1
- 1
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 파일 보기

@@ -391,7 +391,7 @@ manhole_settings:

# How to reach the server admin, used in ResourceLimitError
#
#admin_contact: 'mailto:admin@example.com'
admin_contact: {{ matrix_synapse_admin_contact | to_json }}

# Global blocking
#


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