diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2019-12-04 16:54:59 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2019-12-04 16:54:59 +0100 |
commit | 0b3eb8ec1b3ba3691410744f6397437c9832e74d (patch) | |
tree | 88dbd13fc1ff2e9a7e3773d88143c8bc68b05a63 /consul/configuration/chat/synapse | |
parent | ede3a300e5ac2567ea15db6fe40ddd9b7510d9e3 (diff) | |
parent | 08f3ef8c179b499f6b6051ad95a66ea9d352e5f9 (diff) | |
download | infrastructure-0b3eb8ec1b3ba3691410744f6397437c9832e74d.tar.gz infrastructure-0b3eb8ec1b3ba3691410744f6397437c9832e74d.zip |
Merge branch 'master' of gitlab.com:superboum/deuxfleurs.fr
Diffstat (limited to 'consul/configuration/chat/synapse')
-rw-r--r-- | consul/configuration/chat/synapse/homeserver.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/consul/configuration/chat/synapse/homeserver.yaml b/consul/configuration/chat/synapse/homeserver.yaml index 119dd7c..9e0e97f 100644 --- a/consul/configuration/chat/synapse/homeserver.yaml +++ b/consul/configuration/chat/synapse/homeserver.yaml @@ -307,7 +307,8 @@ room_invite_state_types: # A list of application service config file to use -app_service_config_files: [] +app_service_config_files: + - "/etc/matrix-synapse/fb2mx_registration.yaml" # macaroon_secret_key: <PRIVATE STRING> @@ -402,4 +403,8 @@ password_config: # notif_template_html: notif_mail.html # notif_template_text: notif_mail.txt # notif_for_new_users: True + +# Key that had to be added after some synapse updates to please matrix developers... report_stats: false +suppress_key_server_warning: true +enable_group_creation: true |