lrf402788946 4 năm trước cách đây
mục cha
commit
b276a0fd93
2 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 1 1
      config/config.default.js
  2. 6 0
      config/config.prod.js

+ 1 - 1
config/config.default.js

@@ -24,7 +24,7 @@ module.exports = appInfo => {
   };
   config.cluster = {
     listen: {
-      port: 7006,
+      port: 4000,
     },
   };
   // mq配置

+ 6 - 0
config/config.prod.js

@@ -46,5 +46,11 @@ module.exports = () => {
     },
   };
 
+  config.cluster = {
+    listen: {
+      port: 4000,
+    },
+  };
+
   return config;
 };