diff --git a/goofy-client/apps/goofy-e2e/docker-compose.yml b/goofy-client/apps/goofy-e2e/docker-compose.yml
index 8442b95916f581ba49c1302d76215b1994e2bd74..26654de47c4d989400b740de163fee969ef650ca 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 6ef2af58fbbf0e02e5770a1458657a5402f86bf9..6293256a55f35d045e2ee9756542fb517e4b637f 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