redis配置修改
This commit is contained in:
@@ -28,6 +28,7 @@ spring:
|
||||
port: 6379
|
||||
timeout: 5000ms
|
||||
database: 0
|
||||
password: EmotionMuseum2025*#
|
||||
lettuce:
|
||||
pool:
|
||||
max-active: 20
|
||||
|
||||
@@ -26,6 +26,7 @@ spring:
|
||||
redis:
|
||||
host: 101.200.208.45
|
||||
port: 6379
|
||||
password: EmotionMuseum2025*#
|
||||
timeout: 3000ms
|
||||
database: 1
|
||||
lettuce:
|
||||
@@ -35,6 +36,7 @@ spring:
|
||||
max-idle: 8
|
||||
min-idle: 2
|
||||
time-between-eviction-runs: 30s
|
||||
client-name: emotion-museum-client
|
||||
|
||||
# 日志配置 - 测试环境
|
||||
logging:
|
||||
|
||||
Reference in New Issue
Block a user