diff --git a/src/app.js b/src/app.js index 1cbcc36..4b7a750 100644 --- a/src/app.js +++ b/src/app.js @@ -27,8 +27,7 @@ const logger = createLogger({ })] }); -//constants -fileSizeLimit = 524288000; +fileSizeLimit = parseInt(process.env.FILE_SIZE_LIMIT_BYTES || "536870912") //536870912 = 512MB port = 3000; timeout = 3600000;