mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-12 18:44:14 +00:00
allow overriding keycloak url in add user script w/ burnettk
This commit is contained in:
parent
c9cfe8cd0b
commit
8b7a408f21
@ -20,7 +20,10 @@ if [[ -z "${1:-}" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
KEYCLOAK_BASE_URL=http://localhost:7002
|
||||
if [[ -z "${KEYCLOAK_BASE_URL:-}" ]]; then
|
||||
KEYCLOAK_BASE_URL=http://localhost:7002
|
||||
fi
|
||||
|
||||
REALM_NAME="$keycloak_realm"
|
||||
ADMIN_USERNAME="admin"
|
||||
ADMIN_PASSWORD="admin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user