11 lines
316 B
INI
11 lines
316 B
INI
spring.application.name=gateway
|
|
server.port=8080
|
|
|
|
eureka.client.region = default
|
|
eureka.client.registryFetchIntervalSeconds = 5
|
|
eureka.client.serviceUrl.defaultZone=http://localhost:8082/eureka/
|
|
|
|
zuul.routes.resource.path=/resource/**
|
|
hystrix.command.resource.execution.isolation.thread.timeoutInMilliseconds: 5000
|
|
|