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

This commit is contained in:
emrah
2026-02-12 17:27:54 +03:00
committed by Saúl Ibarra Corretgé
parent b90e9d916e
commit 315f824c83

View File

@@ -7,12 +7,6 @@ if [[ -z $JICOFO_AUTH_PASSWORD ]]; then
exit 1
fi
OLD_JICOFO_AUTH_PASSWORD=passw0rd
if [[ "$JICOFO_AUTH_PASSWORD" == "$OLD_JICOFO_AUTH_PASSWORD" ]]; then
echo 'FATAL ERROR: Jicofo auth password must be changed, check the README'
exit 1
fi
# maintain backward compatibility with older variable
[ -z "${XMPP_HIDDEN_DOMAIN}" ] && export XMPP_HIDDEN_DOMAIN="$XMPP_RECORDER_DOMAIN"