mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-03 08:11:05 +02:00
revert "jicofo: no auth URL in JWT auth mode"
This commit is contained in:
parent
33b386bae7
commit
8b7cbc3fff
@ -25,6 +25,10 @@ org.jitsi.jicofo.XMPP_MUC_COMPONENT_PREFIX={{ first (splitList "." .Env.XMPP_MUC
|
||||
{{ $ENABLE_AUTH := .Env.ENABLE_AUTH | default "0" | toBool }}
|
||||
{{ $AUTH_TYPE := .Env.AUTH_TYPE | default "internal" }}
|
||||
|
||||
{{ if and $ENABLE_AUTH (ne $AUTH_TYPE "jwt") }}
|
||||
{{ if $ENABLE_AUTH }}
|
||||
{{ if eq $AUTH_TYPE "jwt" }}
|
||||
org.jitsi.jicofo.auth.URL=EXT_JWT:{{ .Env.XMPP_DOMAIN }}
|
||||
{{ else }}
|
||||
org.jitsi.jicofo.auth.URL=XMPP:{{ .Env.XMPP_DOMAIN }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user