We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961c886 commit 4690cf9Copy full SHA for 4690cf9
1 file changed
init.sh
@@ -14,7 +14,8 @@ else
14
fi
15
16
if [ -z "${CONSUL_HOSTNAME+x}" ]; then
17
- export CONSUL_HOSTNAME=10.4.5.144
+ log::fatal "CONSUL_HOSTNAME is not defined"
18
+ exit 1
19
else
20
export CONSUL_HOSTNAME
21
0 commit comments