From 2e0f9aef69e7f7c58b709b68f3dbb6edd6099c96 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 26 Oct 2022 11:50:26 +0200
Subject: [PATCH] OZG-2737 Cleanup

---
 goofy-server/src/main/resources/application-local.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/goofy-server/src/main/resources/application-local.yml b/goofy-server/src/main/resources/application-local.yml
index d16bb9cf2e..01973c8441 100644
--- a/goofy-server/src/main/resources/application-local.yml
+++ b/goofy-server/src/main/resources/application-local.yml
@@ -17,7 +17,6 @@ server:
 
 kop:
   user-manager:
-    url: http://localhost:9091
+    url: http://localhost:9092
     profile-template: /api/userProfiles/%s
-    user-url-template: http://localhost:9091/api/userProfiles/%s
-    search-url-template: http://localhost:9091/api/userProfiles/?searchBy={searchBy}
\ No newline at end of file
+    search-url-template: /api/userProfiles/?searchBy={searchBy}
\ No newline at end of file
-- 
GitLab