19 lines
384 B
YAML
19 lines
384 B
YAML
spring:
|
|
application:
|
|
name: deploy-ease-tenant-adapter
|
|
autoconfigure:
|
|
exclude: org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration
|
|
redis:
|
|
enabled: true
|
|
host: localhost
|
|
port: 6379
|
|
database: 0
|
|
lettuce:
|
|
pool:
|
|
max-active: 30
|
|
max-idle: 8
|
|
min-idle: 0
|
|
max-wait: 1ms
|
|
server:
|
|
port: 8080
|