parent
c535994992
commit
05840ce2a6
|
@ -12,7 +12,7 @@ if [ -n "${TLS_CERT}" ] && [ -n "${TLS_KEY}" ]; then
|
||||||
echo "TLS cert and key found -- using https"
|
echo "TLS cert and key found -- using https"
|
||||||
PROTOCOL="https"
|
PROTOCOL="https"
|
||||||
fi
|
fi
|
||||||
HOST=${BIND_ADDRESS%%:*}
|
HOST=${BIND_ADDRESS%:*}
|
||||||
HOST=${HOST:-"localhost"}
|
HOST=${HOST:-"localhost"}
|
||||||
PORT=${BIND_ADDRESS##*:}
|
PORT=${BIND_ADDRESS##*:}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue