Commit 3e4e8ef9 authored by lepdou's avatar lepdou

Merge pull request #232 from nobodyiam/eureka-config

Eureka config
parents 1d4d3ff2 47a8f8e2
...@@ -7,6 +7,7 @@ eureka: ...@@ -7,6 +7,7 @@ eureka:
defaultZone: http://${eureka.instance.hostname}:8080/eureka/ defaultZone: http://${eureka.instance.hostname}:8080/eureka/
healthcheck: healthcheck:
enabled: true enabled: true
eurekaServiceUrlPollIntervalSeconds: 60
endpoints: endpoints:
health: health:
......
...@@ -3,12 +3,14 @@ eureka: ...@@ -3,12 +3,14 @@ eureka:
hostname: ${hostname:localhost} hostname: ${hostname:localhost}
preferIpAddress: true preferIpAddress: true
server: server:
peerEurekaNodesUpdateIntervalMs: 60000
enableSelfPreservation: false enableSelfPreservation: false
client: client:
serviceUrl: serviceUrl:
defaultZone: http://${eureka.instance.hostname}:8080/eureka/ defaultZone: http://${eureka.instance.hostname}:8080/eureka/
healthcheck: healthcheck:
enabled: true enabled: true
eurekaServiceUrlPollIntervalSeconds: 60
endpoints: endpoints:
health: health:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment