PORT=5000
MONGO_URI=mongodb://localhost:27017/food-rescue
JWT_SECRET=your_super_secret_jwt_key_here
JWT_EXPIRE=30d

NODE_ENV=development
CLIENT_URL=http://localhost:5173
