2019-10-31 21:43:47 -04:00
|
|
|
spring.application.name=gateway
|
|
|
|
server.port=8080
|
|
|
|
|
|
|
|
eureka.client.region = default
|
|
|
|
eureka.client.registryFetchIntervalSeconds = 5
|
|
|
|
|
|
|
|
management.security.sessions=always
|
|
|
|
|
|
|
|
logging.level.org.springframework.web.=debug
|
|
|
|
logging.level.org.springframework.security=debug
|
|
|
|
|
|
|
|
spring.redis.host=localhost
|
|
|
|
spring.redis.port=6379
|
|
|
|
|
|
|
|
spring.sleuth.sampler.percentage=1.0
|
2023-05-31 07:40:49 -04:00
|
|
|
spring.sleuth.web.skipPattern=(^cleanup.*|.+favicon.*)
|
|
|
|
|
|
|
|
spring.zipkin.baseUrl=http://localhost:9411
|