From cdeabd46e423dedba8721f70efa12fa4d5ac33c2 Mon Sep 17 00:00:00 2001 From: lovej Date: Sun, 5 Apr 2020 08:10:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E9=BB=98=E8=AE=A4=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E4=B8=BA2000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/config.js | 1 + 1 file changed, 1 insertion(+) 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'