# Server Configuration
PORT=5001

# MongoDB Configuration
#MONGO_URI="mongodb://localhost:27017/miragem"
MONGODB_URI=mongodb+srv://eugeniomabjaia:au2GkjJqSVjuzvAW@procontent.1ur7qpm.mongodb.net/miragem

# JWT Authentication
JWT_SECRET=myKannWilldlay001JWT
JWT_EXPIRY=7d

# Email Configuration (for Nodemailer/Gmail SMTP)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=brendkithost@gmail.com
SMTP_PASS=bczalvggnkkrpybc # Use an App Password if using Gmail
SENDER_EMAIL=noreply@miragemperfum.com