diff --git a/src/config/config.js b/src/config/config.js index 4e17e75..864f2bc 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -1,5 +1,6 @@ // default config module.exports = { + port: 2000, workers: 1, errnoField: 'code', errmsgField: 'msg'