1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

Fix configuration

This commit is contained in:
jroussel 2022-12-14 21:10:32 +01:00
parent 0395a2ad49
commit 5283b66ec4

View file

@ -8,7 +8,13 @@ jicofo {
}
xmpp: {
client: {
enabled: true
client-proxy: focus.__DOMAIN__
hostname: localhost
xmpp-domain: __DOMAIN__
domain: auth.__DOMAIN__
user: __FOCUS_USER__
password: __FOCUS_PASSWORD__
}
trusted-domains: [ "recorder.__DOMAIN__" ]
}