chore: docker-compose mailpit, env.example, README auth section
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal 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>"
|
||||
Reference in New Issue
Block a user