Browse Source

修改端口号

lrf 11 months ago
parent
commit
819628127a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config.default.js

+ 1 - 1
config/config.default.js

@@ -61,7 +61,7 @@ module.exports = appInfo => {
   // 进程设置
   config.cluster = {
     listen: {
-      port: 13010,
+      port: 15100,
     },
   };