chore: docker-compose mailpit, env.example, README auth section

This commit is contained in:
2026-05-20 23:01:18 +02:00
parent bb0d9d7d01
commit 00e69a8d90
3 changed files with 57 additions and 0 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
# Backend
PORT=3000
DB_PATH=./data/flashcard.db
APP_URL=http://localhost:5173
# Cookies
COOKIE_SECURE=false
# SMTP (Mailpit dev defaults; override in production with SES SMTP)
SMTP_HOST=localhost
SMTP_PORT=1025
SMTP_SECURE=false
SMTP_USER=
SMTP_PASS=
SMTP_FROM="Flashcard <noreply@flashcard.local>"