Commit 665a3315 authored by nobodyiam's avatar nobodyiam

add comment for eureka.client.serviceUrl

parent ffacd78c
...@@ -6,6 +6,8 @@ eureka: ...@@ -6,6 +6,8 @@ eureka:
health-check-url-path: /health health-check-url-path: /health
client: client:
serviceUrl: serviceUrl:
# This setting will be overridden by eureka.service.url setting from ApolloConfigDB.ServerConfig or System Property
# see com.ctrip.framework.apollo.biz.eureka.ApolloEurekaClientConfig
defaultZone: http://${eureka.instance.hostname}:8080/eureka/ defaultZone: http://${eureka.instance.hostname}:8080/eureka/
healthcheck: healthcheck:
enabled: true enabled: true
......
...@@ -9,6 +9,8 @@ eureka: ...@@ -9,6 +9,8 @@ eureka:
enableSelfPreservation: false enableSelfPreservation: false
client: client:
serviceUrl: serviceUrl:
# This setting will be overridden by eureka.service.url setting from ApolloConfigDB.ServerConfig or System Property
# see com.ctrip.framework.apollo.biz.eureka.ApolloEurekaClientConfig
defaultZone: http://${eureka.instance.hostname}:8080/eureka/ defaultZone: http://${eureka.instance.hostname}:8080/eureka/
healthcheck: healthcheck:
enabled: true enabled: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment