Skip to content
Snippets Groups Projects
Commit d8da38ac authored by OZGCloud's avatar OZGCloud
Browse files

E2E: change local database name

Following local profile changes in VorgangManager.
parent 21b9965d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
"baseUrl": "http://localhost:4300",
"env": {
"dbUrl": "mongodb://localhost:27018",
"database": "test",
"database": "local",
"keycloakRealm": "by-e2e-local-dev",
"keycloakUrl": "https://sso.dev.by.ozg-cloud.de/",
"keycloakClient": "alfa",
......
......@@ -45,6 +45,7 @@ services:
- OZGCLOUD_PROCESSORS_0_NAME=ticketCheck
- OZGCLOUD_USER-MANAGER_URL=http://localhost:9092
- SPRING_DATA_MONGODB_HOST=mongodb
- SPRING_DATA_MONGODB_DATABASE=local
- SPRING_PROFILES_ACTIVE=${SPRING_PROFILE:-local,e2e}
- LOGGING_CONFIG=classpath:log4j2-local.xml
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment