lrf 2 年 前
コミット
8267de62c0
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/config/config.prod.ts

+ 2 - 2
src/config/config.prod.ts

@@ -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: {