tweak synapse
This commit is contained in:
parent
f7f7e60f2d
commit
673e6c9d04
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue