tweak synapse

matrix
histausse 3 years ago
parent f7f7e60f2d
commit 673e6c9d04
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -1,7 +1,7 @@
---
matrix_server_name: deso-palaiseau.fr
matrix_local_server_name: synapse.pp.intra
matrix_enable_registration: true
matrix_enable_registration: False
synapse_postgre_user_pwd: "{{ vault_synapse_postgre_user_pwd }}"
matrix_max_upload_size: 50M
matrix_registration_shared_secret: "{{ vault_matrix_registration_shared_secret }}"

@ -2208,7 +2208,7 @@ push:
# Note that this option will only affect rooms created after it is set. It
# will also not affect rooms created by other servers.
#
encryption_enabled_by_default_for_room_type: all
encryption_enabled_by_default_for_room_type: off # Because the discord bridge is stupid
# Uncomment to allow non-server-admin users to create groups on this server

Loading…
Cancel
Save