Browse Source

dev config

lrf 2 years ago
parent
commit
8267de62c0
1 changed files with 2 additions and 2 deletions
  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: {