chore: 更新Redis配置

boardTest
zangch@mesnac.com 4 days ago
parent 2230325469
commit 7cc9c9403f

@ -80,13 +80,14 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: 127.0.0.1 # host: 10.42.0.1
host: 119.45.202.115
# 端口默认为6379 # 端口默认为6379
port: 6379 port: 6379
# 数据库索引 # 数据库索引
database: 2 database: 2
# 密码 # 密码
password: haiwei@123 password: redis@2023
# 连接超时时间 # 连接超时时间
timeout: 30s timeout: 30s
lettuce: lettuce:

Loading…
Cancel
Save