소스 검색

dev config

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