All checks were successful
Build, Push and Deploy / build-and-deploy (push) Successful in 55s
- added organizations - added industries - added logo in 2 colors for light and dark theme - improved authorization to allow multi tenancy - added Bruno configs
17 lines
382 B
Plaintext
17 lines
382 B
Plaintext
vars {
|
|
API_BASE_URL: http://localhost:8180
|
|
API_VERSION: v1
|
|
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
|
|
}
|
|
vars:secret [
|
|
BEARER_TOKEN,
|
|
KEYCLOAK_BRUNO_CLIENT_SECRET
|
|
]
|