Commit 682c7f39 by ccran

feat: 修改本地redis地址;

parent fc110a0f
...@@ -68,10 +68,10 @@ spring: ...@@ -68,10 +68,10 @@ spring:
# password: Luchuan@123 # password: Luchuan@123
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优 # Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
redis: redis:
host: 127.0.0.1 # 地址 host: 42.192.64.253 # 地址
port: 6379 # 端口 port: 16379 # 端口
database: 0 # 数据库索引 database: 0 # 数据库索引
#password: foobared # 密码,建议生产环境开启 password: foobared # 密码,建议生产环境开启
--- #################### 定时任务相关配置 #################### --- #################### 定时任务相关配置 ####################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment