From 193844c106bf3194dfd6e76340a47ec40c395e14 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 20 Oct 2022 00:14:01 +0700 Subject: [PATCH] Update MAX_PAYLOAD_SIZE env stub to 1mb (#16057) --- api/src/cli/utils/create-env/env-stub.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"