Skip to content

Commit f6e1311

Browse files
par9615flovilmart
authored andcommitted
File upload parameter added (#576)
1 parent 45ba554 commit f6e1311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/parse-server/usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The parameters are as follows:
3030
* `push`: An object containing push configuration. See [Push](#push-notifications)
3131
* `filesAdapter`: An object that implements the [FilesAdapter](https://github.com/parse-community/parse-server/blob/master/src/Adapters/Files/FilesAdapter.js) interface. For example, [the S3 files adapter](#configuring-file-adapters)
3232
* `auth`: Configure support for [3rd party authentication](#oauth-and-3rd-party-authentication).
33+
* `maxUploadSize`: Maximum file upload size.
3334

3435
The Parse Server object was built to be passed directly into `app.use`, which will mount the Parse API at a specified path in your Express app:
3536

0 commit comments

Comments
 (0)