Skip to content

Commit

Permalink
$WHITEBOARD_ENABLED needs to be read from .Env
Browse files Browse the repository at this point in the history
  • Loading branch information
loli10K committed Apr 25, 2024
1 parent 841c468 commit d8ee005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/rootfs/defaults/meet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{{ $XMPP_DOMAIN := .Env.XMPP_DOMAIN | default "meet.jitsi" -}}
{{ $XMPP_BOSH_URL_BASE := .Env.XMPP_BOSH_URL_BASE | default "http://xmpp.meet.jitsi:5280" -}}
{{ $CORS_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN := .Env.CORS_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN | default "*" }}
{{ $WHITEBOARD_ENABLED := .Env.WHITEBOARD_ENABLED | default "false" | toBool -}}

server_name _;

Expand Down

0 comments on commit d8ee005

Please sign in to comment.