File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
roles/custom/matrix-synapse Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -374,6 +374,10 @@ matrix_synapse_registration_shared_secret: "{{ matrix_synapse_macaroon_secret_ke
374
374
matrix_synapse_allow_guest_access : false
375
375
matrix_synapse_form_secret : " {{ matrix_synapse_macaroon_secret_key }}"
376
376
377
+
378
+ # Controls how to reach server admin, used in ResouceLimitError
379
+ matrix_synapse_admin_contact : ~
380
+
377
381
matrix_synapse_max_upload_size_mb : 50
378
382
379
383
# 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:
391
391
392
392
# How to reach the server admin, used in ResourceLimitError
393
393
#
394
- # admin_contact: 'mailto:[email protected] '
394
+ admin_contact : {{ matrix_synapse_admin_contact | to_json }}
395
395
396
396
# Global blocking
397
397
#
You can’t perform that action at this time.
0 commit comments