Implemented bulk import of persons
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
vars {
|
||||
API_BASE_URL: http://localhost:8080
|
||||
API_BASE_URL: http://localhost:8180
|
||||
API_VERSION: v1
|
||||
KEYCLOAK_BASE_URL: http://localhost:8280
|
||||
KEYCLOAK_BASE_URL: https://kc.dev.localhost
|
||||
DEV_USERNAME: dev@example.com
|
||||
DEV_PASSWORD: dev
|
||||
ADMIN_USERNAME: admin@example.com
|
||||
ADMIN_PASSWORD: admin
|
||||
KEYCLOAK_CLIENT_ID: skamp-app
|
||||
KEYCLOAK_REALM: skamp
|
||||
KEYCLOAK_BRUNO_CLIENT_ID: skamp-bruno
|
||||
KEYCLOAK_BRUNO_CLIENT_SECRET: sNQpCVyVckGo5AZw7FqeW0POtgWuXzJt
|
||||
}
|
||||
vars:secret [
|
||||
BEARER_TOKEN
|
||||
|
||||
Reference in New Issue
Block a user