From 0e5202e02c558213e4eec16d77ef4b573a536325 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Thu, 27 Oct 2022 17:34:08 +0200
Subject: [PATCH] OZG-2626 fix default propertyname; remove properties from
 docker-compose

---
 goofy-client/apps/goofy-e2e/docker-compose.yml  | 4 ----
 goofy-server/src/main/resources/application.yml | 4 ++--
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/goofy-client/apps/goofy-e2e/docker-compose.yml b/goofy-client/apps/goofy-e2e/docker-compose.yml
index 8442b95916..26654de47c 100644
--- a/goofy-client/apps/goofy-e2e/docker-compose.yml
+++ b/goofy-client/apps/goofy-e2e/docker-compose.yml
@@ -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:
diff --git a/goofy-server/src/main/resources/application.yml b/goofy-server/src/main/resources/application.yml
index 6ef2af58fb..6293256a55 100644
--- a/goofy-server/src/main/resources/application.yml
+++ b/goofy-server/src/main/resources/application.yml
@@ -74,5 +74,5 @@ kop:
       postfachNachrichtAttachment: 3MB
       wiedervorlageAttachment: 40MB
   user-manager:
-    search-template: /api/userProfiles/?searchBy={searchBy}
-    profile-template: /api/userProfiles/%s
\ No newline at end of file
+    profile-template: /api/userProfiles/%s
+    search-url-template: /api/userProfiles/?searchBy={searchBy}
\ No newline at end of file
-- 
GitLab