20 lines
413 B
YAML
20 lines
413 B
YAML
spring:
|
|
data:
|
|
redis:
|
|
port: ${LIKEI_REDIS_PORT}
|
|
host: ${LIKEI_REDIS_HOST}
|
|
|
|
# username: prod
|
|
ssl:
|
|
enabled: false
|
|
database: ${LIKEI_REDIS_DATABASE}
|
|
timeout: 120000
|
|
lettuce:
|
|
pool:
|
|
enabled: true
|
|
max-idle: 8
|
|
min-idle: 2
|
|
max-active: 8
|
|
max-wait: 120000ms
|
|
time-between-eviction-runs: 60000ms
|