Skip to content

Commit

Permalink
prosody: set JWT_ENABLE_DOMAIN_VERIFICATION to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jan 31, 2023
1 parent ac551c3 commit 9e0305b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua
Expand Up @@ -8,7 +8,7 @@
{{ $JWT_ASAP_KEYSERVER := .Env.JWT_ASAP_KEYSERVER | default "" }}
{{ $JWT_ALLOW_EMPTY := .Env.JWT_ALLOW_EMPTY | default "0" | toBool }}
{{ $JWT_AUTH_TYPE := .Env.JWT_AUTH_TYPE | default "token" }}
{{ $JWT_ENABLE_DOMAIN_VERIFICATION := .Env.JWT_ENABLE_DOMAIN_VERIFICATION | default "true" | toBool -}}
{{ $JWT_ENABLE_DOMAIN_VERIFICATION := .Env.JWT_ENABLE_DOMAIN_VERIFICATION | default "false" | toBool -}}
{{ $MATRIX_UVS_ISSUER := .Env.MATRIX_UVS_ISSUER | default "issuer" }}
{{ $MATRIX_UVS_SYNC_POWER_LEVELS := .Env.MATRIX_UVS_SYNC_POWER_LEVELS | default "0" | toBool }}
{{ $JWT_TOKEN_AUTH_MODULE := .Env.JWT_TOKEN_AUTH_MODULE | default "token_verification" }}
Expand Down

0 comments on commit 9e0305b

Please sign in to comment.