diff options
author | Quentin <quentin@deuxfleurs.fr> | 2019-12-09 16:18:48 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2019-12-09 16:18:48 +0100 |
commit | b33e289d996e8c69fef82d02e665f3fb87d894fa (patch) | |
tree | d98c2f9f877a98967275059f1e3ad80657e87df6 /consul/configuration/chat | |
parent | 73a0697e0fdbd3a9a5a9c963b5c654ce9f9bccc2 (diff) | |
download | infrastructure-b33e289d996e8c69fef82d02e665f3fb87d894fa.tar.gz infrastructure-b33e289d996e8c69fef82d02e665f3fb87d894fa.zip |
[synapse] Docker update from 1.4.0rc1 to 1.7.0rc1
Diffstat (limited to 'consul/configuration/chat')
-rw-r--r-- | consul/configuration/chat/fb2mx/config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |