# Production env for cPanel app root: /home/bigwxubd/b.bigwesttours.com
# Also add these same keys in cPanel → Setup Node.js App → Environment Variables

PORT=4000
DATABASE_URL=mysql://bigwxubd_bigwest_user:jZHz3NnUzBjAnBSO@localhost:3306/bigwxubd_bigwest
SESSION_SECRET=replace-with-a-long-random-secret-at-least-32-chars
ADMIN_EMAIL=admin@bigwesttours.com
ADMIN_PASSWORD=ChangeMe123!
FRONTEND_URL=https://bigwesttours.com

SMTP_ENABLED=true
SMTP_HOST=bigwesttours.com
SMTP_PORT=465
SMTP_SECURE=true
SMTP_USER=info@bigwesttours.com
SMTP_PASS=Bigwest@123
MAIL_FROM=Visit KIBUYE <info@bigwesttours.com>
MAIL_NOTIFY_TO=info@bigwesttours.com
