23 lines
514 B
Plaintext
23 lines
514 B
Plaintext
|
|
# Database
|
||
|
|
DATABASE_URI=postgresql://postgres:postgres@localhost:5432/letsbe
|
||
|
|
|
||
|
|
# Payload CMS
|
||
|
|
PAYLOAD_SECRET=your-secret-key-here-change-in-production
|
||
|
|
|
||
|
|
# OpenRouter (for 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
|
||
|
|
|
||
|
|
# Cal.com
|
||
|
|
NEXT_PUBLIC_CALCOM_URL=https://cal.letsbe.biz
|
||
|
|
|
||
|
|
# Site
|
||
|
|
NEXT_PUBLIC_SITE_URL=https://letsbe.biz
|