We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 959decf + b60b5a9 commit 1f45843Copy full SHA for 1f45843
docker-compose.yml
@@ -29,3 +29,6 @@ services:
29
PRIVATE_DATA_PATH: "/private_data"
30
HOST: 0.0.0.0
31
PORT: 3000
32
+ # Request body has max size of 10 MB. Adjust as needed
33
+ # https://svelte.dev/docs/kit/adapter-node#Environment-variables-BODY_SIZE_LIMIT
34
+ BODY_SIZE_LIMIT: 10M
0 commit comments