Окончательное избавление от sqlite в пользу jembadb

This commit is contained in:
Book Pauk
2022-07-25 16:12:15 +07:00
parent a2fa312839
commit d7be4d3d94
12 changed files with 95 additions and 1873 deletions

View File

@@ -25,19 +25,6 @@ module.exports = {
acceptFileExt: '.fb2, .fb3, .html, .txt, .zip, .bz2, .gz, .rar, .epub, .mobi, .rtf, .doc, .docx, .pdf, .djvu, .jpg, .jpeg, .png',
webConfigParams: ['name', 'version', 'mode', 'maxUploadFileSize', 'useExternalBookConverter', 'acceptFileExt', 'branch'],
db: [
{
poolName: 'app',
connCount: 20,
fileName: 'app.sqlite',
},
{
poolName: 'readerStorage',
connCount: 20,
fileName: 'reader-storage.sqlite',
}
],
jembaDb: [
{
dbName: 'app',
@@ -60,15 +47,6 @@ module.exports = {
},
],
/*
remoteWebDavStorage: false,
remoteWebDavStorage: {
url: '127.0.0.1:1900',
username: '',
password: '',
},
*/
remoteStorage: false,
/*
remoteStorage: {