@@ -1,11 +1,11 @@
import { MidwayConfig } from '@midwayjs/core';
const ip = '127.0.0.1';
-const suffix = '';
+const suffix = '_dev';
export default {
// use for cookie sign key, should change to your own and keep security
keys: '1669597198171_1000',
koa: {
- port: 12114,
+ port: 12214,
globalPrefix: '/point/chat/v1/api',
},
swagger: {