Skip to content

Commit

Permalink
fix: change KEYCLOAK_BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavploaia committed Jun 3, 2024
1 parent 4e68d33 commit 692ea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runRobotTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env=0
suite='TEST'
serverBase=${EHRBASE_BASE_URL:-http://ehrbase:8080}
serverNodeName=${SERVER_NODENAME:-local.ehrbase.org}
keycloakBase=${KEYCLOAK_BASE_URL:-http://keycloak:8081}
keycloakBase=${KEYCLOAK_BASE_URL:-http://localhost:8081}
POSITIONAL_ARGS=()

############################################################
Expand Down

0 comments on commit 692ea29

Please sign in to comment.