Guest User

Untitled

a guest
Jun 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=20000
  2. ribbon.read-timeout=20000
  3. ribbon.connect-timeout=20000
  4. ribbon.eureka.enabled=false
  5.  
  6. zuul.ignored-services=*
  7. zull.host.connect-timeout-millis=20000
  8. zull.host.socket-timeout-millis=20000
  9.  
  10. zull.routes.api.path=/api/v1/**
  11. zull.routes.api.service-id=api
  12. zull.routes.api.stripPrefix=false
  13.  
  14. server.port=4000
Add Comment
Please, Sign In to add comment