Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
apollo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
apollo
Commits
0ab823ce
Unverified
Commit
0ab823ce
authored
Dec 22, 2018
by
Jason Song
Committed by
GitHub
Dec 22, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1808 from nobodyiam/eureka-service-url-comment
add comment for eureka.client.serviceUrl
parents
ffacd78c
665a3315
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
apollo-adminservice/src/main/resources/bootstrap.yml
apollo-adminservice/src/main/resources/bootstrap.yml
+2
-0
apollo-configservice/src/main/resources/bootstrap.yml
apollo-configservice/src/main/resources/bootstrap.yml
+2
-0
No files found.
apollo-adminservice/src/main/resources/bootstrap.yml
View file @
0ab823ce
...
@@ -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
...
...
apollo-configservice/src/main/resources/bootstrap.yml
View file @
0ab823ce
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment