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
a81ac9c84253b0a8289dfdefbee10fda50ffa32c
Authored by
刘岱鹏
2017-07-22 04:27:47 +0000
1 parent
f5ad9682
调整配置文件
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
class-service.yml
class-service.yml
View file @
a81ac9c
...
...
@@ -87,6 +87,8 @@ eureka:
87
87
hostname: class-service
88
88
perferIpAddress: true
89
89
client:
90
+ leaseRenewalIntervalInSeconds: 5
91
+ leaseExpirationDurationInSeconds: 12
90
92
registerWithEureka: true
91
93
fetchRegistry: false
92
94
serviceUrl:
...
...