mirror of
https://github.com/dsec-hub/dsec-notebook.git
synced 2026-09-22 15:43:58 +00:00
11 lines
388 B
Text
11 lines
388 B
Text
# Path to the SQLite database file (relative to the project root).
|
|
DATABASE_PATH=data/dsec.db
|
|
|
|
# Maximum request body size in bytes (image uploads up to 10MB).
|
|
BODY_SIZE_LIMIT=15728640
|
|
|
|
# Resend API key for sending verification emails (https://resend.com/api-keys).
|
|
RESEND_API_KEY=""
|
|
|
|
# Optional "from" address for verification emails.
|
|
RESEND_FROM="DSEC Notebook <onboarding@resend.dev>"
|