diff --git a/goofy-server/src/main/resources/application-local.yml b/goofy-server/src/main/resources/application-local.yml index d16bb9cf2e4739e5b86a7acd8abd4b74107bb493..01973c84411dd9c471f0b9d4f63f45322ee1e419 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