mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-20 07:11:31 +02:00
feat(backup): backup path dir configure
This commit is contained in:
5
config/env/torrents.js
vendored
5
config/env/torrents.js
vendored
@@ -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
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user