17 lines
398 B
Plaintext
17 lines
398 B
Plaintext
# Drizzle
|
|
DATABASE_URL=file:local.db
|
|
|
|
ORIGIN=""
|
|
|
|
# Better Auth
|
|
# For production use 32 characters and generated with high entropy
|
|
# https://www.better-auth.com/docs/installation
|
|
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"
|