Sign in
孙宁海
/
huike-eaas-config
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e5117b43d8a90d688f0c84f36d61cdced040d902
Authored by
刘岱鹏
2017-07-22 07:35:07 +0000
1 parent
21613376
修改配置
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
gateway.yml
gateway.yml
View file @
e5117b4
...
...
@@ -53,6 +53,8 @@ eureka:
53
53
hostname: gateway
54
54
perferIpAddress: true
55
55
instance-id: ${spring.cloud.client.ipAddress}:${server.port}
56
+ healthcheck:
57
+ enabled:true
56
58
client:
57
59
leaseRenewalIntervalInSeconds: 5
58
60
leaseExpirationDurationInSeconds: 12
...
...