Переход на RemoteStorage

This commit is contained in:
Book Pauk
2022-07-17 15:43:12 +07:00
parent 9ffc218002
commit 000f8dde82
3 changed files with 119 additions and 13 deletions

View File

@@ -55,8 +55,8 @@ module.exports = {
},
],
remoteWebDavStorage: false,
/*
remoteWebDavStorage: false,
remoteWebDavStorage: {
url: '127.0.0.1:1900',
username: '',
@@ -64,5 +64,12 @@ module.exports = {
},
*/
remoteStorage: false,
/*
remoteStorage: {
url: 'https://127.0.0.1:11900',
accessToken: '',
},
*/
};