Commit e43c6d4e authored by 郝聪敏's avatar 郝聪敏

fix: 修改redis

parent 877c5512
......@@ -59,7 +59,7 @@ export default (appInfo: EggAppConfig) => {
}
};
exports.redis = process.env.NAMESPACE ? prodRedisConfig : localRedisConfig;
exports.redis = process.env.NAMESPACE ? localRedisConfig: prodRedisConfig;
return exports;
};
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 to comment