Незначительные поправки

This commit is contained in:
Book Pauk
2022-12-04 17:38:36 +07:00
parent ea0845880b
commit 6858acd0b1
3 changed files with 7 additions and 7 deletions

View File

@@ -44,16 +44,16 @@ module.exports = {
*/
server: {
root: '',
host: '0.0.0.0',
port: '22380',
root: '',
},
//opds: false,
opds: {
enabled: true,
root: '/opds',
user: '',
password: '',
root: '/opds',
},
};

View File

@@ -9,9 +9,9 @@ module.exports = Object.assign({}, base, {
execDir,
server: {
root: '',
host: '0.0.0.0',
port: '12380',
root: '',
},
});