FINCN-183 add homepageurl
diff --git a/service/src/main/resources/application.yml b/service/src/main/resources/application.yml
index 943770f..234f0b3 100644
--- a/service/src/main/resources/application.yml
+++ b/service/src/main/resources/application.yml
@@ -28,6 +28,8 @@
   client:
     serviceUrl:
       defaultZone: http://localhost:8761/eureka/
+  instance:
+    homePageUrl: "http://${eureka.hostname}:2025/accounting/v1/"
 
 server:
   port: 2025