You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
394 B
10 lines
394 B
org.jitsi.jicofo.ALWAYS_TRUST_MODE_ENABLED=true
|
|
org.jitsi.jicofo.BRIDGE_MUC={{ .Env.JVB_BREWERY_MUC }}@{{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}
|
|
|
|
{{ if .Env.JIGASI_BREWERY_MUC }}
|
|
org.jitsi.jicofo.jigasi.BREWERY={{ .Env.JIGASI_BREWERY_MUC}}@{{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}
|
|
{{ end }}
|
|
|
|
{{ if .Env.ENABLE_AUTH | default "0" | toBool }}
|
|
org.jitsi.jicofo.auth.URL=XMPP:{{ .Env.XMPP_DOMAIN }}
|
|
{{ end }}
|
|
|