Update MAX_PAYLOAD_SIZE env stub to 1mb (#16057)

This commit is contained in:
ian
2022-10-20 00:14:01 +07:00
committed by GitHub
parent 83b6027cc3
commit 193844c106

View File

@@ -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"