diff options
author | Alex Auvolat <alex@adnab.me> | 2020-05-07 18:41:48 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-05-07 18:42:01 +0200 |
commit | e6f586e5243310ca97c48b3d881ad617421af3c4 (patch) | |
tree | 93715211345e1e5ba38e148862cc72a4a57ecff3 | |
parent | 87ea44d161fc924a364011e42a337650e7897cc4 (diff) | |
download | infrastructure-e6f586e5243310ca97c48b3d881ad617421af3c4.tar.gz infrastructure-e6f586e5243310ca97c48b3d881ad617421af3c4.zip |
Add link to deuxfleurs jitsi in riot_web config
-rw-r--r-- | consul/configuration/chat/riot_web/config.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/consul/configuration/chat/riot_web/config.json b/consul/configuration/chat/riot_web/config.json index cfa94fe..5844afc 100644 --- a/consul/configuration/chat/riot_web/config.json +++ b/consul/configuration/chat/riot_web/config.json @@ -8,7 +8,6 @@ "brand": "Deuxfleurs", "integrations_ui_url": "https://scalar.vector.im/", "integrations_rest_url": "https://scalar.vector.im/api", - "integrations_jitsi_widget_url": "https://scalar.vector.im/api/widgets/jitsi.html", "bug_report_endpoint_url": "https://riot.im/bugreports/submit", "features": { "feature_groups": "labs", @@ -19,5 +18,8 @@ "default_theme": "light", "roomDirectory": { "servers": [ "im.deuxfleurs.fr", "matrix.org" ] + }, + "jitsi": { + "preferredDomain": "jitsi.deuxfleurs.fr" } } |