diff --git a/api/src/cli/utils/create-env/env-stub.liquid b/api/src/cli/utils/create-env/env-stub.liquid index a38e821471..e5b4e03008 100644 --- a/api/src/cli/utils/create-env/env-stub.liquid +++ b/api/src/cli/utils/create-env/env-stub.liquid @@ -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"