Skip to content

Commit

Permalink
add comment for eureka.client.serviceUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Dec 22, 2018
1 parent ffacd78 commit 665a331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apollo-adminservice/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ eureka:
health-check-url-path: /health
client:
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/
healthcheck:
enabled: true
Expand Down
2 changes: 2 additions & 0 deletions apollo-configservice/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ eureka:
enableSelfPreservation: false
client:
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/
healthcheck:
enabled: true
Expand Down

0 comments on commit 665a331

Please sign in to comment.