Adds maxUploadSize

This commit is contained in:
Florent Vilmart
2016-02-23 21:40:17 -05:00
parent 81f5c682d4
commit 3ca1e9f79e
2 changed files with 8 additions and 1 deletions

View File

@@ -90,5 +90,10 @@ module.exports = {
"loggerAdapter": {
env: "PARSE_SERVER_LOGGER_ADAPTER",
help: "Adapter module for the logging sub-system"
},
"maxUploadSize": {
env: "PARSE_SERVER_MAX_UPLOAD_SIZE",
help: "Max file size for uploads.",
default: "20mb"
}
};