Skip to content

Instantly share code, notes, and snippets.

@tminussi
Created August 2, 2018 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tminussi/1aca0f7ddc63559a89ee4d5e1d308875 to your computer and use it in GitHub Desktop.
Save tminussi/1aca0f7ddc63559a89ee4d5e1d308875 to your computer and use it in GitHub Desktop.
server:
port: 8765
spring:
application.name: morannon
eureka:
client:
registerWithEureka: true
fetchRegistry: true
serviceUrl:
defaultZone: http://localhos:8761/eureka
hystrix.command.default:
execution:
timeout:
enabled: false
ribbon:
ReadTimeout: 100000
ConnectTimeout: 100000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment