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

Merge pull request #99 from rouja/fix-2-0-8044-ynh1

Fix configuration issue with new version
This commit is contained in:
yalh76 2023-01-20 20:33:39 +01:00 committed by GitHub
commit a314721f37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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