You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/parse-server/usage.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The parameters are as follows:
30
30
*`push`: An object containing push configuration. See [Push](#push-notifications)
31
31
*`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)
32
32
*`auth`: Configure support for [3rd party authentication](#oauth-and-3rd-party-authentication).
33
-
*`maxUploadSize`: Maximum file upload size.
33
+
*`maxUploadSize`: Maximum file upload size. Make sure your server does not restrict max request body size (e.g. nginx.conf `client_max_body_size 100m;`)
34
34
35
35
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:
0 commit comments