Browse Source

修改端口号

liuyu 5 years ago
parent
commit
c76f99fb1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config.default.js

+ 1 - 1
config/config.default.js

@@ -28,7 +28,7 @@ module.exports = appInfo => {
   // add your config here
   config.cluster = {
     listen: {
-      port: 9000,
+      port: 9999,
     },
   };