Some improvements:
* Switches to PostgreSQL * Added Minio storage * Added attachments to properties * Introduced DTOs for improved security
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
vars {
|
||||
API_BASE_URL: http://localhost:8080
|
||||
API_VERSION: v1
|
||||
BEARER_TOKEN: -
|
||||
KEYCLOAK_BASE_URL: http://localhost:8280
|
||||
DEV_USERNAME: dev@example.com
|
||||
DEV_PASSWORD: dev
|
||||
ADMIN_USERNAME: admin@example.com
|
||||
ADMIN_PASSWORD: admin
|
||||
KEYCLOAK_CLIENT_ID: propify-app
|
||||
KEYCLOAK_CLIENT_ID: skamp-app
|
||||
KEYCLOAK_REALM: skamp
|
||||
}
|
||||
vars:secret [
|
||||
BEARER_TOKEN
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user