refactor(jvb): no need to check the hardcoded password
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
7e42f9ddd5
commit
7df4a6ce33
@@ -6,12 +6,6 @@ if [[ -z $JVB_DISABLE_XMPP ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
[ -z "${XMPP_SERVER}" ] && export XMPP_SERVER=xmpp.meet.jitsi
|
||||||
|
|
||||||
# On environments like Swarm the IP address used by the default gateway need not be
|
# On environments like Swarm the IP address used by the default gateway need not be
|
||||||
|
|||||||
Reference in New Issue
Block a user