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