2016-09-02 01:33:43 -04:00
|
|
|
spring.application.name=gateway
|
2016-09-02 02:32:12 -04:00
|
|
|
server.port=8080
|
2016-09-02 01:33:43 -04:00
|
|
|
|
|
|
|
eureka.client.region = default
|
|
|
|
eureka.client.registryFetchIntervalSeconds = 5
|
|
|
|
|
2016-09-02 02:32:12 -04:00
|
|
|
zuul.routes.resource.path=/resource/**
|
|
|
|
hystrix.command.resource.execution.isolation.thread.timeoutInMilliseconds: 5000
|
2016-09-02 01:33:43 -04:00
|
|
|
|