Skip to content

Commit 8ff8e43

Browse files
committed
add matrix_synapse_admin_contact var
1 parent 13cc78a commit 8ff8e43

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

roles/custom/matrix-synapse/defaults/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,10 @@ matrix_synapse_registration_shared_secret: "{{ matrix_synapse_macaroon_secret_ke
374374
matrix_synapse_allow_guest_access: false
375375
matrix_synapse_form_secret: "{{ matrix_synapse_macaroon_secret_key }}"
376376

377+
378+
# Controls how to reach server admin, used in ResouceLimitError
379+
matrix_synapse_admin_contact: ~
380+
377381
matrix_synapse_max_upload_size_mb: 50
378382

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

roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ manhole_settings:
391391

392392
# How to reach the server admin, used in ResourceLimitError
393393
#
394-
#admin_contact: 'mailto:[email protected]'
394+
admin_contact: {{ matrix_synapse_admin_contact | to_json }}
395395

396396
# Global blocking
397397
#

0 commit comments

Comments
 (0)