Add NEXT_API_BODY_SIZE_LIMIT config (#325)

* Add `NEXT_API_BODY_SIZE_LIMIT` config

* Add NEXT_API_BODY_SIZE_LIMIT env var to more files
This commit is contained in:
Redox
2026-01-24 22:22:32 +01:00
committed by GitHub
parent 927bf2fe69
commit 0ca9c1d0e6
6 changed files with 18 additions and 1 deletions

View File

@@ -37,6 +37,9 @@ NEXT_PUBLIC_STORAGE_DOMAIN=
NEXT_PUBLIC_ALLOW_CREDENTIALS=
NEXT_PUBLIC_DISABLE_SIGN_UP=
# API configuration (optional)
NEXT_API_BODY_SIZE_LIMIT= # e.g. 50mb (defaults to 1mb)
# Integration providers (optional)
TRELLO_APP_API_KEY=
TRELLO_APP_SECRET=