diff --git a/spiffworkflow-backend/bin/run_message_start_event_with_api b/spiffworkflow-backend/bin/run_message_start_event_with_api index 449cfb91e..2e5c7064e 100755 --- a/spiffworkflow-backend/bin/run_message_start_event_with_api +++ b/spiffworkflow-backend/bin/run_message_start_event_with_api @@ -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