瀏覽代碼

first commit

dygapp 7 年之前
父節點
當前提交
94c690e034
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/config.prod.js

+ 1 - 1
config/config.prod.js

@@ -6,7 +6,7 @@ module.exports = () => {
   // add your config here
   config.cluster = {
     listen: {
-      port: 8101,
+      port: 8000,
     },
   };