19 lines
450 B
INI
19 lines
450 B
INI
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
|
|
spring.sleuth.web.skipPattern=(^cleanup.*|.+favicon.*)
|
|
|
|
spring.zipkin.baseUrl=http://localhost:9411
|