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.
19 lines
802 B
19 lines
802 B
org.jitsi.jicofo.ALWAYS_TRUST_MODE_ENABLED=true
|
|
org.jitsi.jicofo.BRIDGE_MUC={{ .Env.JVB_BREWERY_MUC }}@{{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}
|
|
|
|
{{ if and .Env.JIBRI_BREWERY_MUC .Env.JIBRI_PENDING_TIMEOUT }}
|
|
org.jitsi.jicofo.jibri.BREWERY={{ .Env.JIBRI_BREWERY_MUC}}@{{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}
|
|
org.jitsi.jicofo.jibri.PENDING_TIMEOUT={{ .Env.JIBRI_PENDING_TIMEOUT }}
|
|
{{ end }}
|
|
|
|
{{ if and .Env.JIGASI_SIP_URI .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 }}
|
|
|
|
{{ if .Env.JICOFO_RESERVATION_REST_BASE_URL }}
|
|
org.jitsi.impl.reservation.rest.BASE_URL={{ .Env.JICOFO_RESERVATION_REST_BASE_URL }}
|
|
{{ end }}
|
|
|