mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-07 21:42:59 +02:00
add subtitles upload config
This commit is contained in:
8
config/env/default.js
vendored
8
config/env/default.js
vendored
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user