Подправил дефолтный конфиг
This commit is contained in:
@@ -24,12 +24,6 @@ module.exports = {
|
|||||||
ip: '0.0.0.0',
|
ip: '0.0.0.0',
|
||||||
port: '33080',
|
port: '33080',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
serverName: '2',
|
|
||||||
mode: 'omnireader',
|
|
||||||
ip: '0.0.0.0',
|
|
||||||
port: '33081',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -19,12 +19,6 @@ module.exports = Object.assign({}, base, {
|
|||||||
ip: '0.0.0.0',
|
ip: '0.0.0.0',
|
||||||
port: '44080',
|
port: '44080',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
serverName: '2',
|
|
||||||
mode: 'omnireader',
|
|
||||||
ip: '0.0.0.0',
|
|
||||||
port: '44081',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user