PORT=4000 DATABASE_URL="file:./dev.db" JWT_SECRET="your-jwt-secret" JWT_EXPIRES_IN="1d" FRONTEND_URL="http://localhost:5173" SMTP_HOST="smtp.example.com" SMTP_PORT=587 SMTP_USER="username" SMTP_PASS="password"