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

19 lines
415 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: {
client-proxy: focus.__DOMAIN__
}
trusted-domains: [ "recorder.__DOMAIN__" ]
}
bridge: {
brewery-jid: "JvbBrewery@internal.auth.__DOMAIN__"
}
}