Ver Fonte

first commit

dygapp há 7 anos atrás
pai
commit
94c690e034
1 ficheiros alterados com 1 adições e 1 exclusões
  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,
     },
   };