19 lines
365 B
YAML
19 lines
365 B
YAML
spring:
|
|
data:
|
|
redis:
|
|
port: 6379
|
|
host: localhost
|
|
|
|
# username: prod
|
|
ssl:
|
|
enabled: false
|
|
database: 0
|
|
timeout: 120000
|
|
lettuce:
|
|
pool:
|
|
enabled: true
|
|
max-idle: 8
|
|
min-idle: 2
|
|
max-active: 8
|
|
max-wait: 120000ms
|
|
time-between-eviction-runs: 60000ms |