From 7a97bbe06c0a8eb7b462d87b128c5ca3154eb582 Mon Sep 17 00:00:00 2001 From: Quentin Date: Sat, 26 Oct 2019 21:16:24 +0200 Subject: New seafile version + WIP facebook bridge --- consul/configuration/chat/fb2mx/registration.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 consul/configuration/chat/fb2mx/registration.yaml (limited to 'consul/configuration/chat/fb2mx/registration.yaml') diff --git a/consul/configuration/chat/fb2mx/registration.yaml b/consul/configuration/chat/fb2mx/registration.yaml new file mode 100644 index 0000000..bbd4293 --- /dev/null +++ b/consul/configuration/chat/fb2mx/registration.yaml @@ -0,0 +1,11 @@ +id: facebook +as_token: '{{ key "secrets/chat/fb2mx/as_token" | trimSpace }}' +hs_token: '{{ key "secrets/chat/fb2mx/hs_token" | trimSpace }}' +namespaces: + users: + - exclusive: true + regex: '@facebook_.+:deuxfleurs.fr' + group_id: fbusers +url: http://fb2mx.service.2.cluster.deuxfleurs.fr:29319 +sender_localpart: facebookbot +rate_limited: false -- cgit v1.2.3