Initial commit with basic CRUD functionality:
* GET all properties * GET one property by id * CREATE one property * DELETE one property by id
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
vars {
|
||||
BASE_URL: http://localhost:8080
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user