java-tutorials/spring-cloud/spring-cloud-bootstrap/application-config/gateway.properties

14 lines
371 B
Properties
Raw Normal View History

spring.application.name=gateway
server.port=8080
eureka.client.region = default
eureka.client.registryFetchIntervalSeconds = 5
zuul.routes.resource.path=/resource/**
zuul.routes.resource.sensitiveHeaders=Set-Cookie,Authorization,Cookie
hystrix.command.resource.execution.isolation.thread.timeoutInMilliseconds: 5000
spring.redis.host=localhost
spring.redis.port=6379