Работа над BookUpdateChecker

This commit is contained in:
Book Pauk
2022-07-26 00:11:15 +07:00
parent 92ca9dd983
commit 52927c6188
6 changed files with 105 additions and 4 deletions

View File

@@ -66,9 +66,16 @@ module.exports = {
remoteStorage: false,
/*
remoteStorage: {
url: 'https://127.0.0.1:11900',
url: 'wss://127.0.0.1:11900',
accessToken: '',
},
*/
bucEnabled: false,
bucServer: false,
/*
bucServer: {
url: 'wss://127.0.0.1:33443',
}
*/
};

View File

@@ -10,7 +10,9 @@ const propsToSave = [
'useExternalBookConverter',
'servers',
'remoteWebDavStorage',
'remoteStorage',
'bucEnabled',
'bucServer',
];
let instance = null;