feat(backup): backup path dir configure

This commit is contained in:
OldHawk
2017-10-31 11:40:32 +08:00
parent 53924384f8
commit 441c3276aa

View File

@@ -30,7 +30,7 @@ module.exports = {
*/
backup: {
enable: true,
dir: './modules/core/client/backup/'
dir: './modules/backup/client/backup/'
},
@@ -733,7 +733,8 @@ module.exports = {
makeGroupTorrentsPerPage: 10,
tracesPerPage: 30,
adminUserListPerPage: 15,
collectionsListPerPage: 6
collectionsListPerPage: 6,
backupFilesListPerPage: 15
},
/**