# ════════════════════════════════════════════════════════════
#   Sulav Psychotherapy — Server Configuration
#   Fill in the values marked ✏️  before uploading to cPanel
# ════════════════════════════════════════════════════════════


# ── DATABASE ─────────────────────────────────────────────────
# ✏️  Replace with your cPanel MySQL credentials
# Format: mysql://DB_USER:DB_PASSWORD@localhost:3306/DB_NAME
DATABASE_URL="mysql://root:@localhost:3306/psycho"


# ── SERVER ───────────────────────────────────────────────────
PORT=5000
NODE_ENV=production
ALLOWED_ORIGIN=

# ✏️  Generate a random secret at: https://generate-secret.vercel.app/64
SESSION_SECRET="your_very_secret_session_key_here"

# ✏️  Password to log in to the /admin panel
ADMIN_PASSWORD="password123"


# ── EMAIL (Brevo) ─────────────────────────────────────────────
# Brevo API key — get from brevo.com → Settings → API Keys
BREVO_API_KEY=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

# The FROM name and email shown to recipients
# Must be a verified sender in Brevo (already done ✅)
SENDER_NAME=Sulav Psychotherapy
SENDER_EMAIL=rambahadur.tmg2233@gmail.com

# ✏️  ══════════════════════════════════════════════════════
#       ADMIN_EMAIL — WHERE BOOKING ALERTS ARE SENT
#       Change this to Sulav's real email address!
# ══════════════════════════════════════════════════════════
ADMIN_EMAIL=rambahadur.tmg2233@gmail.com
