backups: move limits and storage into separate keys
This commit is contained in:
@@ -210,7 +210,7 @@ describe('backup cleaner', function () {
|
||||
};
|
||||
|
||||
before(async function () {
|
||||
await settings._set(settings.BACKUP_CONFIG_KEY, JSON.stringify({
|
||||
await settings._set(settings.BACKUP_STORAGE_KEY, JSON.stringify({
|
||||
provider: 'filesystem',
|
||||
password: 'supersecret',
|
||||
backupFolder: '/tmp/someplace',
|
||||
|
||||
Reference in New Issue
Block a user