mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
18 lines
415 B
Text
18 lines
415 B
Text
# Jicofo HOCON configuration. See reference.conf in /usr/share/jicofo/jicofo.jar for
|
|
#available options, syntax, and default values.
|
|
jicofo {
|
|
authentication: {
|
|
enabled: true
|
|
type: XMPP
|
|
login-url: __DOMAIN__
|
|
}
|
|
xmpp: {
|
|
client: {
|
|
client-proxy: focus.__DOMAIN__
|
|
}
|
|
trusted-domains: [ "recorder.__DOMAIN__" ]
|
|
}
|
|
bridge: {
|
|
brewery-jid: "JvbBrewery@internal.auth.__DOMAIN__"
|
|
}
|
|
}
|