替换默认端口为2000

This commit is contained in:
lovej 2020-04-05 08:10:43 +08:00
parent c422429db2
commit cdeabd46e4
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// default config // default config
module.exports = { module.exports = {
port: 2000,
workers: 1, workers: 1,
errnoField: 'code', errnoField: 'code',
errmsgField: 'msg' errmsgField: 'msg'