rename backup key to password

Fixes #579
This commit is contained in:
Girish Ramakrishnan
2020-05-12 10:31:51 -07:00
parent 66cdba9c1a
commit 21073c627e
7 changed files with 38 additions and 19 deletions

View File

@@ -78,7 +78,7 @@ describe('backups', function () {
database._clear,
settings.setBackupConfig.bind(null, {
provider: 'filesystem',
key: 'secretenckey',
password: 'supersecret',
backupFolder: BACKUP_DIR,
retentionSecs: 1,
format: 'tgz'