PORT=5000
MONGO_URI=mongodb://localhost:27017/mern_task_db
JWT_SECRET=SuperSecretKey123!@#
NODE_ENV=development
CLIENT_URL=http://localhost:3000
