PORT=5000
MONGO_URI=mongodb://localhost:27017/hospital_management
JWT_SECRET=hms_secret_key_2024_secure_token
JWT_EXPIRE=7d
