Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document: setting middleware.bodyParser.limit #350

Open
rglover opened this issue Oct 1, 2023 · 0 comments
Open

Document: setting middleware.bodyParser.limit #350

rglover opened this issue Oct 1, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation @joystick.js/node Related to the @joystick.js/node package.
Projects

Comments

@rglover
Copy link
Contributor

rglover commented Oct 1, 2023

This always trips me up when building apps with uploads. You set this in the Joystick config like:

{
  "config": {
    "middleware": {
      "bodyParser": {
        "limit": "325mb"
      }
    }
}
@rglover rglover added documentation Improvements or additions to documentation @joystick.js/node Related to the @joystick.js/node package. labels Oct 1, 2023
@rglover rglover self-assigned this Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation @joystick.js/node Related to the @joystick.js/node package.
Projects
1.0.0
Awaiting triage
Development

No branches or pull requests

1 participant