# ─────────────────────────────────────────────────────────────────────────────
# PRODUCTION .env — Cookie Extraction Platform
# ⚠️  NEVER commit this file to Git. Keep it private on the server.
# ─────────────────────────────────────────────────────────────────────────────

# ── Database (MySQL — cPanel) ─────────────────────────────────────────────────
# Format: mysql://USER:PASSWORD@HOST:PORT/DATABASE
DATABASE_URL="mysql://masumboss740:masum@#$boss@#$740%@localhost:3306/cookie_extraction"

# ── Auto-Seed Credentials (injected into DB on first run, never hardcoded) ───
# These are read ONCE at startup by src/lib/seed.ts — safe to change anytime.
ADMIN_USERNAME="masumboss740"
ADMIN_PASSWORD="masum@#$boss@#$740%"

DEV_USERNAME="nohan"
DEV_PASSWORD="nohan@#$0055"

# ── JWT Secret (64+ random chars — generate with: openssl rand -hex 32) ──────
JWT_SECRET="a7f3c9d2e1b8a6f4c2d9e3b1a8f6c4d2e9b3a7f1c5d8e2b9a6f4c1d3e7b2a9f8"

# ── Worker API Key (must match worker/config.py API_KEY) ─────────────────────
WORKER_API_KEY="wk_9f2a7b4c1e8d3f6a0b5c2e9d7f4a1b8c3e6d0f7a2b5c8e1d4f9a3b6c0e7d2f5"

# ── Server ────────────────────────────────────────────────────────────────────
PORT=3001
FRONTEND_URL="https://igautocookiesofficial.site"
