diff --git a/.env.example b/.env.example index f4555ea..0cada3d 100644 --- a/.env.example +++ b/.env.example @@ -53,4 +53,7 @@ PUBLIC_HCAPTCHA_KEY= HCAPTCHA_SECRET= # Use Valkey for cache, leave empty to use in-memory cache -VALKEY_URI= \ No newline at end of file +VALKEY_URI= + +# Disable built-in sveltekit upload limit +BODY_SIZE_LIMIT=Infinity