mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-04 22:23:56 +00:00
removed commented out variables w/ burnettk
This commit is contained in:
parent
245e34b0bb
commit
34d78cff17
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user