配置文件还原为远程配置

This commit is contained in:
even 2025-07-23 16:59:24 +08:00
parent d427b94d99
commit 2601fb6713

View File

@ -70,10 +70,10 @@ spring:
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
data:
redis:
# host: 127.0.0.1 # 地址
# port: 16379 # 端口
host: 192.168.1.120 # 地址
port: 6379 # 端口
host: 127.0.0.1 # 地址
port: 16379 # 端口
# host: 192.168.1.120 # 地址
# port: 6379 # 端口
database: 0 # 数据库索引
# password: dev # 密码,建议生产环境开启