提交 3e4e8ef9 编写于 作者: L lepdou

Merge pull request #232 from nobodyiam/eureka-config

Eureka config
......@@ -7,6 +7,7 @@ eureka:
defaultZone: http://${eureka.instance.hostname}:8080/eureka/
healthcheck:
enabled: true
eurekaServiceUrlPollIntervalSeconds: 60
endpoints:
health:
......@@ -17,4 +18,4 @@ management:
enabled: false
health:
status:
order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP
\ No newline at end of file
order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP
......@@ -3,12 +3,14 @@ eureka:
hostname: ${hostname:localhost}
preferIpAddress: true
server:
peerEurekaNodesUpdateIntervalMs: 60000
enableSelfPreservation: false
client:
serviceUrl:
defaultZone: http://${eureka.instance.hostname}:8080/eureka/
healthcheck:
enabled: true
eurekaServiceUrlPollIntervalSeconds: 60
endpoints:
health:
......@@ -19,4 +21,4 @@ management:
enabled: false
health:
status:
order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP
\ No newline at end of file
order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册