Sign in
luotong
/
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
a9a8b8624072efc2a16fc0d2bd76a89df8a070c2
Authored by
李淦唐
2017-03-07 07:38:06 +0000
1 parent
71f6bf6d
修改fetchRegistry为true
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
gateway.yml
gateway.yml
View file @
a9a8b86
...
...
@@ -30,7 +30,7 @@ eureka:
30
30
hostname: gateway
31
31
client:
32
32
registerWithEureka: true
33
- fetchRegistry:
fals
e
33
+ fetchRegistry:
tru
e
34
34
serviceUrl:
35
35
defaultZone: http://discovery:15200/eureka/
36
36
...
...