This commit is contained in:
Lemon
2025-10-31 11:56:27 +08:00
parent 920ed93d44
commit f6f7185f4f

View File

@@ -8,8 +8,8 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
# host: r-uf6k0uet7mihr5z78f.redis.rds.aliyuncs.com host: r-uf6k0uet7mihr5z78f.redis.rds.aliyuncs.com
host: 106.14.94.149 # host: 106.14.94.149
# 端口默认为6379 # 端口默认为6379
port: 6379 port: 6379
# 数据库索引 # 数据库索引
@@ -17,7 +17,7 @@ spring:
# 账号 # 账号
username: jsowell username: jsowell
# 密码 # 密码
# password: js@160829 password: js@160829
# password: js160829 # password: js160829
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s