Skip to content

Commit 4690cf9

Browse files
committed
Never use the default host
1 parent 961c886 commit 4690cf9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

init.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ else
1414
fi
1515

1616
if [ -z "${CONSUL_HOSTNAME+x}" ]; then
17-
export CONSUL_HOSTNAME=10.4.5.144
17+
log::fatal "CONSUL_HOSTNAME is not defined"
18+
exit 1
1819
else
1920
export CONSUL_HOSTNAME
2021
fi

0 commit comments

Comments
 (0)