替换默认端口为2000
This commit is contained in:
parent
c422429db2
commit
cdeabd46e4
|
|
@ -1,5 +1,6 @@
|
|||
// default config
|
||||
module.exports = {
|
||||
port: 2000,
|
||||
workers: 1,
|
||||
errnoField: 'code',
|
||||
errmsgField: 'msg'
|
||||
|
|
|
|||
Loading…
Reference in New Issue