Initial commit

This commit is contained in:
Daniel Volz
2025-12-19 13:09:53 +01:00
commit 47f8494795
31 changed files with 4055 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
NODE_ENV=development
PORT=3000
DATABASE_URL=file:./data/medassist.db
CORS_ORIGINS=http://localhost:4173,http://localhost:5173
LOG_LEVEL=info
# Auth
JWT_SECRET=change-me
REFRESH_SECRET=change-me-too
COOKIE_SECRET=change-me-cookie
CSRF_SECRET=change-me-csrf
ACCESS_TOKEN_TTL_MIN=15
REFRESH_TOKEN_TTL_DAYS=14
# SMTP (optional)
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=
SMTP_FROM=
SMTP_SECURE=false
# Planner limits
EMAILS_PER_DAY=3