Files
LetsBeBiz-Site/.env.example

30 lines
754 B
Plaintext
Raw Permalink Normal View History

# ── PostgreSQL ──
POSTGRES_USER=letsbe
POSTGRES_PASSWORD=your-secure-postgres-password
# ── Payload CMS ──
PAYLOAD_SECRET=generate-a-random-32-char-secret-here
# ── OpenRouter (AI brief generation) ──
OPENROUTER_API_KEY=your-openrouter-api-key
# ── Email (Poste.io SMTP) ──
SMTP_HOST=mail.letsbe.biz
SMTP_PORT=587
SMTP_USER=hello@letsbe.biz
SMTP_PASS=your-smtp-password
SMTP_FROM=hello@letsbe.biz
ADMIN_EMAIL=hello@letsbe.biz
# ── Gemini Live API (voice agent) ──
GEMINI_API_KEY=your-gemini-api-key
# ── Cal.com ──
NEXT_PUBLIC_CALCOM_URL=https://cal.letsbe.biz
# ── Site URL ──
NEXT_PUBLIC_SITE_URL=https://staging.letsbe.biz
# ── Google Analytics ──
NEXT_PUBLIC_GA_ID=G-XXXXXXXXXX