You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2022/06/01 13:35:02 UTC

[GitHub] [fineract-cn-payroll] fynmanoj commented on a diff in pull request #18: Removed Eureka Client Side Load Balancing

fynmanoj commented on code in PR #18:
URL: https://github.com/apache/fineract-cn-payroll/pull/18#discussion_r886814571


##########
service/src/main/resources/application.yml:
##########
@@ -17,19 +17,19 @@
 # under the License.
 #
 
-spring:
-  cloud:
-    discovery:
-      enabled: false
-    config:
-      enabled: false
+#spring:
+#  cloud:
+#    discovery:
+#      enabled: false
+#    config:
+#      enabled: false
 
-eureka:
-  client:
-    serviceUrl:
-      defaultZone: http://localhost:8761/eureka/
-  instance:
-    homePageUrl: "http://${eureka.hostname}:2031/payroll/v1/"
+# eureka:

Review Comment:
   remove commented lines



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org