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