Răsfoiți Sursa

fix: Fixes undefined variable $ENABLE_JAAS_COMPONENTS. Fixes #1377.

damencho 2 ani în urmă
părinte
comite
a2b86a0f9a
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      web/rootfs/defaults/meet.conf

+ 1 - 0
web/rootfs/defaults/meet.conf

@@ -1,4 +1,5 @@
 {{ $ENABLE_COLIBRI_WEBSOCKET := .Env.ENABLE_COLIBRI_WEBSOCKET | default "1" | toBool }}
+{{ $ENABLE_JAAS_COMPONENTS := .Env.ENABLE_JAAS_COMPONENTS | default "0" | toBool }}
 {{ $ENABLE_XMPP_WEBSOCKET := .Env.ENABLE_XMPP_WEBSOCKET | default "1" | toBool }}
 {{ $ENABLE_SUBDOMAINS := .Env.ENABLE_SUBDOMAINS | default "true" | toBool -}}
 {{ $XMPP_DOMAIN := .Env.XMPP_DOMAIN | default "meet.jitsi" -}}