From 155a9f7e4d96072c9a9afe35433b16156d5ddcb9 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 28 Feb 2020 20:08:37 +0100 Subject: Initial Easybridge setup --- consul/configuration/chat/synapse/homeserver.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'consul/configuration/chat/synapse') diff --git a/consul/configuration/chat/synapse/homeserver.yaml b/consul/configuration/chat/synapse/homeserver.yaml index c54d4a0..87688a4 100644 --- a/consul/configuration/chat/synapse/homeserver.yaml +++ b/consul/configuration/chat/synapse/homeserver.yaml @@ -309,6 +309,7 @@ room_invite_state_types: # A list of application service config file to use app_service_config_files: - "/etc/matrix-synapse/fb2mx_registration.yaml" + - "/etc/matrix-synapse/easybridge_registration.yaml" # macaroon_secret_key: -- cgit v1.2.3 From f0a527ac7fc95bbe5102ddf709a5c4b95d03609c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 28 Feb 2020 22:40:31 +0100 Subject: Fix configuration --- consul/configuration/chat/synapse/homeserver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'consul/configuration/chat/synapse') diff --git a/consul/configuration/chat/synapse/homeserver.yaml b/consul/configuration/chat/synapse/homeserver.yaml index 87688a4..0534235 100644 --- a/consul/configuration/chat/synapse/homeserver.yaml +++ b/consul/configuration/chat/synapse/homeserver.yaml @@ -308,8 +308,8 @@ room_invite_state_types: # A list of application service config file to use app_service_config_files: - - "/etc/matrix-synapse/fb2mx_registration.yaml" - "/etc/matrix-synapse/easybridge_registration.yaml" + #- "/etc/matrix-synapse/fb2mx_registration.yaml" # macaroon_secret_key: -- cgit v1.2.3