diff options
author | Quentin <quentin@deuxfleurs.fr> | 2019-10-27 15:27:13 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2019-10-27 15:27:13 +0100 |
commit | 08f3ef8c179b499f6b6051ad95a66ea9d352e5f9 (patch) | |
tree | 6390c84fc6efd4b097310df30dddc4d801278200 | |
parent | 1850d9a6539ff88373508327eb9aa1e8832688fa (diff) | |
download | infrastructure-08f3ef8c179b499f6b6051ad95a66ea9d352e5f9.tar.gz infrastructure-08f3ef8c179b499f6b6051ad95a66ea9d352e5f9.zip |
Fix wrong URI
-rw-r--r-- | consul/configuration/chat/fb2mx/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/consul/configuration/chat/fb2mx/config.yaml b/consul/configuration/chat/fb2mx/config.yaml index 751ca22..51684e3 100644 --- a/consul/configuration/chat/fb2mx/config.yaml +++ b/consul/configuration/chat/fb2mx/config.yaml @@ -39,7 +39,7 @@ appservice: # Community ID for bridged users (changes registration file) and rooms. # Must be created manually. - community_id: "+fbusers@deuxfleurs.fr" + 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" |