tweak synapse

This commit is contained in:
histausse 2021-08-06 04:32:15 +02:00
parent f7f7e60f2d
commit 673e6c9d04
Signed by: histausse
GPG key ID: 67486F107F62E9E9
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}"

View file

@ -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