We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b386b commit 8b7cbc3Copy full SHA for 8b7cbc3
jicofo/rootfs/defaults/sip-communicator.properties
@@ -25,6 +25,10 @@ org.jitsi.jicofo.XMPP_MUC_COMPONENT_PREFIX={{ first (splitList "." .Env.XMPP_MUC
25
{{ $ENABLE_AUTH := .Env.ENABLE_AUTH | default "0" | toBool }}
26
{{ $AUTH_TYPE := .Env.AUTH_TYPE | default "internal" }}
27
28
-{{ if and $ENABLE_AUTH (ne $AUTH_TYPE "jwt") }}
+{{ if $ENABLE_AUTH }}
29
+ {{ if eq $AUTH_TYPE "jwt" }}
30
+org.jitsi.jicofo.auth.URL=EXT_JWT:{{ .Env.XMPP_DOMAIN }}
31
+ {{ else }}
32
org.jitsi.jicofo.auth.URL=XMPP:{{ .Env.XMPP_DOMAIN }}
33
+ {{ end }}
34
{{ end }}
0 commit comments