diff --git a/src/config/config.js b/src/config/config.js index 628768a..44c2b74 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -1,4 +1,5 @@ // default config module.exports = { + port: 8888, workers: 1 };