diff --git a/scripts/init_first_time.sh b/scripts/init_first_time.sh index 4ef76185..c27ad145 100755 --- a/scripts/init_first_time.sh +++ b/scripts/init_first_time.sh @@ -31,11 +31,11 @@ YELLOW='\033[1;33m' NC='\033[0m' # No Color # Variables de configuración -KEYCLOAK_URL="${KEYCLOAK_URL:-http://localhost:8080}" +KEYCLOAK_URL="${KEYCLOAK_URL:-http://localhost:8080/kcauth}" KEYCLOAK_ADMIN="${KEYCLOAK_ADMIN:-admin}" KEYCLOAK_ADMIN_PASSWORD="${KEYCLOAK_ADMIN_PASSWORD:-admin}" KEYCLOAK_REALM="${KEYCLOAK_REALM:-master}" -KEYCLOACK_ADMIN_URL="${KEYCLOACK_ADMIN_URL:-http://localhost:9000}" +KEYCLOACK_ADMIN_URL="${KEYCLOACK_ADMIN_URL:-http://localhost:9000/kcauth}" POSTGRES_HOST="${POSTGRES_HOST:-localhost}" POSTGRES_PORT="${POSTGRES_PORT:-5432}"