Skip to content

Instantly share code, notes, and snippets.

@melardev
Created February 21, 2019 13:53
Show Gist options
  • Save melardev/066d3098015596c81eac32ebc8ee311c to your computer and use it in GitHub Desktop.
Save melardev/066d3098015596c81eac32ebc8ee311c to your computer and use it in GitHub Desktop.
Eureka yaml
server:
port: 8761
eureka:
client:
register-with-eureka: false
fetch-registry: false
instance:
lease-expiration-duration-in-seconds: 2 # wait up hearbeat for microservices up to 2 sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment