Подправил дефолтный конфиг

This commit is contained in:
Book Pauk
2019-02-13 17:45:22 +07:00
parent c7637eb941
commit 298317d352
2 changed files with 0 additions and 12 deletions

View File

@@ -24,12 +24,6 @@ module.exports = {
ip: '0.0.0.0',
port: '33080',
},
{
serverName: '2',
mode: 'omnireader',
ip: '0.0.0.0',
port: '33081',
},
],
};

View File

@@ -19,12 +19,6 @@ module.exports = Object.assign({}, base, {
ip: '0.0.0.0',
port: '44080',
},
{
serverName: '2',
mode: 'omnireader',
ip: '0.0.0.0',
port: '44081',
},
],
}