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

OZG-2626 fix default propertyname; remove properties from docker-compose

parent 934b5131
No related branches found
No related tags found
No related merge requests found
......@@ -28,10 +28,6 @@ services:
environment:
- GRPC_CLIENT_PLUTO_ADDRESS=static://ozg-pluto:9090
- SPRING_PROFILES_ACTIVE=remotekc, e2e
- KOP_USER_MANAGER_URL=http://localhost:9092
- KOP_USER_MANAGER_PROFILE_TEMPLATE=/api/userProfiles/%s
- KOP_USER_MANAGER_USER_URL_TEMPLATE=http://localhost:9092/api/userProfiles/%s
- KOP_USER_MANAGER_SEARCH_URL_TEMPLATE=http://localhost:9092/api/userProfiles/?searchBy={searchBy}
ports:
- 8080:8080
depends_on:
......
......@@ -74,5 +74,5 @@ kop:
postfachNachrichtAttachment: 3MB
wiedervorlageAttachment: 40MB
user-manager:
search-template: /api/userProfiles/?searchBy={searchBy}
profile-template: /api/userProfiles/%s
search-url-template: /api/userProfiles/?searchBy={searchBy}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment