# Copy this file to .env and fill in real values. Never commit the real .env.

# --- Required for production ---
# A long random string. Generate one with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
CPSS_JWT_SECRET=

# --- Live email delivery (optional — omit all of these and campaigns just use simulated mode) ---
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=creating.tech.synergy@gmail.com
SMTP_PASS=wfeo tzzr qowg jjpi
# The real, publicly reachable URL of THIS backend — tracking pixels/links point here.
# Wrong value = tracking silently doesn't work, even though email sends fine.
PUBLIC_BASE_URL=http://localhost:4000

# --- Optional ---
PORT=4000
