mirror of
https://github.com/directus/directus.git
synced 2026-01-21 07:27:56 -05:00
Update MAX_PAYLOAD_SIZE env stub to 1mb (#16057)
This commit is contained in:
@@ -31,8 +31,8 @@ PUBLIC_URL="/"
|
||||
# "pretty", "raw"
|
||||
# LOG_STYLE="pretty"
|
||||
|
||||
# Controls the maximum request body size. Accepts number of bytes, or human readable string ["100kb"]
|
||||
# MAX_PAYLOAD_SIZE="100kb"
|
||||
# Controls the maximum request body size. Accepts number of bytes, or human readable string ["1mb"]
|
||||
# MAX_PAYLOAD_SIZE="1mb"
|
||||
|
||||
# Where to redirect to when navigating to /. Accepts a relative path, absolute URL, or false to disable ["./admin"]
|
||||
# ROOT_REDIRECT="./admin"
|
||||
|
||||
Reference in New Issue
Block a user