feat: 修改默认配置

This commit is contained in:
ageerle
2025-11-18 10:09:16 +08:00
parent 0acee56149
commit 53c5076212
2 changed files with 3 additions and 115 deletions

View File

@@ -44,13 +44,12 @@ spring:
spring.data:
redis:
# 地址
host: 117.72.192.162
host: 127.0.0.1
# 端口默认为6379
port: 6380
port: 6379
# 数据库索引
database: 2
database: 0
# 密码(如没有密码请注释掉)
password: wt123
# password: 123456
# 连接超时时间
timeout: 10S