Commit ca158122108b6d745e59cb61a9932068d55ac16a

Authored by 李献忠
1 parent 13d542f4

修改发现服务配置文件

Showing 1 changed file with 0 additions and 17 deletions
discovery.yml
... ... @@ -12,14 +12,6 @@ endpoints:
12 12 health:
13 13 sensitive: false
14 14  
15   -eureka:
16   - instance:
17   - hostname: discovery
18   - client:
19   - registerWithEureka: true
20   - fetchRegistry: true
21   - serviceUrl:
22   - defaultZone: http://discovery:15200/eureka/
23 15  
24 16 ---
25 17  
... ... @@ -33,12 +25,3 @@ endpoints:
33 25 enabled: true
34 26 health:
35 27 sensitive: false
36   -
37   -eureka:
38   - instance:
39   - hostname: discovery
40   - client:
41   - registerWithEureka: true
42   - fetchRegistry: true
43   - serviceUrl:
44   - defaultZone: http://discovery:15200/eureka/
45 28 \ No newline at end of file
... ...