lrf 3 년 전
부모
커밋
69b5ea3aa7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      config/config.default.js

+ 2 - 2
config/config.default.js

@@ -61,7 +61,7 @@ module.exports = appInfo => {
   // 进程设置
   config.cluster = {
     listen: {
-      port: 9101,
+      port: 9201,
     },
   };
 
@@ -69,7 +69,7 @@ module.exports = appInfo => {
   config.jwt = {
     ...jwt,
     expiresIn: '1d',
-    issuer: 'freeAdmin',
+    issuer: 'platform-v1',
   };
 
   // 数据库设置