Files
medassist-ng/.env.example
T
2025-12-19 13:09:53 +01:00

25 lines
437 B
Bash

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