# Server Configuration
PORT=5000
NODE_ENV=development

# MongoDB - Update this with your MongoDB connection string
# For local MongoDB (if installed):

# For MongoDB Atlas (cloud - recommended):

# JWT Secret - Change this in production!
JWT_SECRET=balaji-tour-travel-super-secret-jwt-key-2024-min-32-chars

# Admin Default Credentials
ADMIN_EMAIL=admin@balajitour.com
ADMIN_PASSWORD=admin123

# Veegah Payment Gateway (Update with your credentials)
VEEGAH_MERCHANT_ID=your_merchant_id
VEEGAH_API_KEY=your_api_key
VEEGAH_SECRET_KEY=your_secret_key
VEEGAH_PAYMENT_URL=https://api.veegah.com/payment
VEEGAH_CALLBACK_URL=http://localhost:5000/api/payments/callback

# Frontend URL
CLIENT_URL=http://localhost:5173
MONGODB_URI=mongodb+srv://akshayjalandhra15_db_user:akshay123@cluster0.ljfrvce.mongodb.net/balaji-tour-travel?appName=Cluster0
