# OpenSpeed Environment Configuration # Security - REQUIRED in Production CSRF_SECRET=generate-with-crypto-randomBytes JWT_SECRET=generate-with-crypto-randomBytes JWT_REFRESH_SECRET=generate-with-crypto-randomBytes # Database DATABASE_URL=postgresql://user:password@localhost:5432/openspeed # Email EMAIL_HOST=smtp.gmail.com EMAIL_PORT=587 EMAIL_USER=your-email@gmail.com EMAIL_PASS=your-app-password # Frontend FRONTEND_URL=https://yourdomain.com