misc: fix handling boolean values
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/30
This commit is contained in:
@@ -5,6 +5,6 @@ org.jitsi.jicofo.BRIDGE_MUC={{ .Env.JVB_BREWERY_MUC }}@{{ .Env.XMPP_INTERNAL_MUC
|
||||
org.jitsi.jicofo.jigasi.BREWERY={{ .Env.JIGASI_BREWERY_MUC}}@{{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Env.ENABLE_AUTH }}
|
||||
{{ if .Env.ENABLE_AUTH | default "0" | toBool }}
|
||||
org.jitsi.jicofo.auth.URL=XMPP:{{ .Env.XMPP_DOMAIN }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user