替换默认端口为2000
This commit is contained in:
parent
c422429db2
commit
cdeabd46e4
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue