liuyu 4 years ago
parent
commit
89ca5d12d8
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: 9999,
+      port: 5555,
     },
   };