removed commented out variables w/ burnettk

This commit is contained in:
jasquat 2023-05-03 15:13:06 -04:00
parent 245e34b0bb
commit 34d78cff17
1 changed files with 0 additions and 2 deletions

View File

@ -10,11 +10,9 @@ set -o errtrace -o errexit -o nounset -o pipefail
script_dir="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
if [[ -z "${KEYCLOAK_BASE_URL:-}" ]]; then
# export KEYCLOAK_BASE_URL=https://keycloak.dev.spiffworkflow.org
export KEYCLOAK_BASE_URL=http://localhost:7002
fi
if [[ -z "${BACKEND_BASE_URL:-}" ]]; then
# export BACKEND_BASE_URL=https://api.dev.spiffworkflow.org
export BACKEND_BASE_URL=http://localhost:7000
fi