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