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

fix: 修改redis

parent 8968fd3d
......@@ -31,7 +31,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