From b33e289d996e8c69fef82d02e665f3fb87d894fa Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 9 Dec 2019 16:18:48 +0100 Subject: [synapse] Docker update from 1.4.0rc1 to 1.7.0rc1 --- consul/configuration/chat/fb2mx/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'consul/configuration/chat') diff --git a/consul/configuration/chat/fb2mx/config.yaml b/consul/configuration/chat/fb2mx/config.yaml index 51684e3..964c681 100644 --- a/consul/configuration/chat/fb2mx/config.yaml +++ b/consul/configuration/chat/fb2mx/config.yaml @@ -42,8 +42,8 @@ appservice: community_id: "+fbusers:deuxfleurs.fr" # Authentication tokens for AS <-> HS communication. Autogenerated; do not modify. - as_token: "This value is generated when generating the registration" - hs_token: "This value is generated when generating the registration" + as_token: '{{ key "secrets/chat/fb2mx/as_token" | trimSpace }}' + hs_token: '{{ key "secrets/chat/fb2mx/hs_token" | trimSpace }}' # Bridge config bridge: -- cgit v1.2.3