# Server Configuration PORT=5000 # MongoDB Configuration # 👉 For local MongoDB (if running on your PC) MONGO_URI=mongodb://localhost:27017/ems # OR for MongoDB Atlas (Cloud) # MONGO_URI=mongodb+srv://:@cluster0.mongodb.net/ems # JWT Secret (for authentication) JWT_SECRET=e45rdgyy