Commit de535839 authored by med's avatar med Committed by GitHub

Update eurekaserver.yml

parent c89ad778
...@@ -3,9 +3,15 @@ server: ...@@ -3,9 +3,15 @@ server:
eureka: eureka:
instance: instance:
hostname: localhost hostname: localhost
health-check-interval-seconds: 30
lease-renewal-interval-in-seconds: 15
lease-expiration-duration-in-seconds: 90
health-check-url-path: /actuator/health
client: client:
fetchRegistry: false fetchRegistry: false
registerWithEureka: false registerWithEureka: false
serviceUrl: serviceUrl:
defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/ defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/
server:
enable-self-preservation: true
response-cache-update-interval-ms: 5000
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