# MongoDB connection (local or Atlas) MONGODB_URI=mongodb://localhost:27017/yourdbname # JWT configuration JWT_SECRET=your_jwt_secret VERIFICATION_TOKEN_EXPIRY=15m AUTH_TOKEN_EXPIRY=1d RESET_OTP_EXPIRY=15m # Email configuration EMAIL_SERVICE=gmail EMAIL_USER=youremail@gmail.com EMAIL_PASS=yourpassword # Base URL for email links BASE_URL=http://localhost:5000