fix(config): 更新Redis连接配置
- 注释掉本地Redis配置 - 添加生产环境Redis服务器地址43.248.97.19 - 设置Redis端口为16379 - 配置Redis密码为654321
This commit is contained in:
parent
d8d1a4eaf4
commit
d33d567b81
|
|
@ -2,6 +2,8 @@
|
||||||
common:
|
common:
|
||||||
# Redis配置
|
# Redis配置
|
||||||
redis:
|
redis:
|
||||||
|
# host: 127.0.0.1
|
||||||
|
# port: 6379
|
||||||
host: 43.248.97.19
|
host: 43.248.97.19
|
||||||
port: 16379
|
port: 16379
|
||||||
password: 654321
|
password: 654321
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue