refactor(jvb): no need to check the hardcoded password

This commit is contained in:
emrah
2026-02-12 17:28:16 +03:00
committed by Saúl Ibarra Corretgé
parent 7e42f9ddd5
commit 7df4a6ce33

View File

@@ -6,12 +6,6 @@ if [[ -z $JVB_DISABLE_XMPP ]]; then
exit 1
fi
OLD_JVB_AUTH_PASSWORD=passw0rd
if [[ "$JVB_AUTH_PASSWORD" == "$OLD_JVB_AUTH_PASSWORD" ]]; then
echo 'FATAL ERROR: JVB auth password must be changed, check the README'
exit 1
fi
[ -z "${XMPP_SERVER}" ] && export XMPP_SERVER=xmpp.meet.jitsi
# On environments like Swarm the IP address used by the default gateway need not be