File tree Expand file tree Collapse file tree
roles/custom/matrix-synapse Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -374,6 +374,10 @@ matrix_synapse_registration_shared_secret: "{{ matrix_synapse_macaroon_secret_ke
374374matrix_synapse_allow_guest_access : false
375375matrix_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+
377381matrix_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.
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ manhole_settings:
391391
392392# How to reach the server admin, used in ResourceLimitError
393393#
394- # admin_contact: 'mailto:admin@example.com'
394+ admin_contact : {{ matrix_synapse_admin_contact | to_json }}
395395
396396# Global blocking
397397#
You can’t perform that action at this time.
0 commit comments