dsec-notebook/.env.example
2026-08-31 18:13:34 +08:00

8 lines
297 B
Text

# Path to the SQLite database file (relative to the project root).
DATABASE_PATH=data/dsec.db
# 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>"