lrf 3 tahun lalu
induk
melakukan
69b5ea3aa7
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      config/config.default.js

+ 2 - 2
config/config.default.js

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