@@ -1,4 +1,5 @@
import { MidwayConfig } from '@midwayjs/core';
+// 线上开发环境
const ip = '127.0.0.1';
const suffix = '_dev';
export default {
@@ -30,7 +31,7 @@ export default {
port: 6379, // Redis port
host: ip, // Redis host
password: '123456',
- db: 1,
+ db: 2,
},
redisKey: {