Skip to content

Commit c6832d7

Browse files
Bishwarupjeesaghul
authored andcommitted
fix: Fixes undefined variable $ENABLE_JAAS_COMPONENTS. Fixes #1377.
1 parent f0c3138 commit c6832d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/rootfs/defaults/meet.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{ $ENABLE_COLIBRI_WEBSOCKET := .Env.ENABLE_COLIBRI_WEBSOCKET | default "1" | toBool }}
2+
{{ $ENABLE_JAAS_COMPONENTS := .Env.ENABLE_JAAS_COMPONENTS | default "0" | toBool }}
23
{{ $ENABLE_XMPP_WEBSOCKET := .Env.ENABLE_XMPP_WEBSOCKET | default "1" | toBool }}
34
{{ $ENABLE_SUBDOMAINS := .Env.ENABLE_SUBDOMAINS | default "true" | toBool -}}
45
{{ $XMPP_DOMAIN := .Env.XMPP_DOMAIN | default "meet.jitsi" -}}

0 commit comments

Comments
 (0)