redis配置错误

This commit is contained in:
luying
2022-08-19 18:27:45 +08:00
parent 482294b95d
commit 85ce6b7391
5 changed files with 11 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ export default (appInfo: EggAppInfo) => {
options: { useNewUrlParser: true, useUnifiedTopology: true },
};
config.redis = {
url: 'r-8vb9q6zk7bpcvo456g.redis.zhangbei.rds.aliyuncs.com:6379', // 内网
url: 'r-8vb9q6zk7bpcvo456g.redis.zhangbei.rds.aliyuncs.com', // 内网
pw: 'X9j2TKYy@cE6sSQD'
};