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

25 lines
583 B
Text
Raw Normal View History

2022-02-03 03:00:20 +01:00
# Jicofo HOCON configuration. See reference.conf in /usr/share/jicofo/jicofo.jar for
#available options, syntax, and default values.
jicofo {
2022-02-11 00:47:00 +01:00
authentication: {
enabled: true
type: XMPP
login-url: __DOMAIN__
}
2022-02-03 03:00:20 +01:00
xmpp: {
client: {
2022-12-14 21:10:32 +01:00
enabled: true
2022-02-03 03:00:20 +01:00
client-proxy: focus.__DOMAIN__
2022-12-14 21:10:32 +01:00
hostname: localhost
xmpp-domain: __DOMAIN__
domain: auth.__DOMAIN__
user: __FOCUS_USER__
password: __FOCUS_PASSWORD__
2022-02-03 03:00:20 +01:00
}
trusted-domains: [ "recorder.__DOMAIN__" ]
}
bridge: {
brewery-jid: "JvbBrewery@internal.auth.__DOMAIN__"
}
}