feat: update .env.example with body size limit and uploads directory
All checks were successful
Build Docker Image / build (push) Successful in 1m20s
All checks were successful
Build Docker Image / build (push) Successful in 1m20s
This commit is contained in:
@@ -7,3 +7,10 @@ ORIGIN=""
|
|||||||
# For production use 32 characters and generated with high entropy
|
# For production use 32 characters and generated with high entropy
|
||||||
# https://www.better-auth.com/docs/installation
|
# https://www.better-auth.com/docs/installation
|
||||||
BETTER_AUTH_SECRET=""
|
BETTER_AUTH_SECRET=""
|
||||||
|
|
||||||
|
# SvelteKit request body limit (default is 512K)
|
||||||
|
# Increase this for image uploads (e.g. 5M, 10M)
|
||||||
|
BODY_SIZE_LIMIT="10M"
|
||||||
|
|
||||||
|
# Uploaded files directory (relative to project root)
|
||||||
|
UPLOADS_DIR="uploads"
|
||||||
|
|||||||
Reference in New Issue
Block a user