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:
parent
0395a2ad49
commit
5283b66ec4
1 changed files with 6 additions and 0 deletions
|
@ -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__" ]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue