add subtitles upload config

This commit is contained in:
OldHawk
2017-04-25 10:50:45 +08:00
parent 812b92859d
commit 6eb6415667

View File

@@ -61,6 +61,14 @@ module.exports = {
fileSize: 1 * 1024 * 1024 // Max file size in bytes (1 MB)
}
}
},
subtitles: {
file: {
dest: './modules/torrents/client/uploads/subtitles/',
limits: {
fileSize: 1 * 1024 * 1024 // Max file size in bytes (1 MB)
}
}
}
},
shared: {