mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
parent
2a0120de8b
commit
8f9caa47f3
@ -18,6 +18,10 @@ org.jitsi.impl.reservation.rest.BASE_URL={{ .Env.JICOFO_RESERVATION_REST_BASE_UR
|
||||
org.jitsi.jicofo.health.ENABLE_HEALTH_CHECKS=true
|
||||
{{ end }}
|
||||
|
||||
{{ if .Env.XMPP_MUC_DOMAIN }}
|
||||
org.jitsi.jicofo.XMPP_MUC_COMPONENT_PREFIX={{ first (splitList "." .Env.XMPP_MUC_DOMAIN) }}
|
||||
{{ end }}
|
||||
|
||||
{{ $ENABLE_AUTH := .Env.ENABLE_AUTH | default "0" | toBool }}
|
||||
{{ $AUTH_TYPE := .Env.AUTH_TYPE | default "internal" }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user