← back to Stayclaim
.env.production.example
40 lines
# pastdoor production env — copy to .env.production on Kamatera
# Gmail HTTP agent Basic Auth for scripts/filmla-cpra-followup.sh.
# Format: user:password
FILMLA_GEORGE_BASIC_AUTH=
# ---- Free forever (Steve's standing decision) ----
# Soft-disables /promote, /hosts, sponsored cards, paid CTAs.
# Set to 'false' to revive the Airbnb-claim-and-upgrade model.
FREE_FOREVER=true
# ---- Database (Kamatera local PG) ----
DATABASE_URL=postgres://stevestudio2@localhost:5432/pastdoor
# ---- Mapbox (free tier covers MVP — get at https://account.mapbox.com/access-tokens) ----
NEXT_PUBLIC_MAPBOX_TOKEN=
# ---- Auth (claimmyaddress.com is the OAuth identity provider) ----
AUTH_SECRET=
AUTH_URL=https://auth.wholivedthere.com
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# ---- Email (Resend for transactional, Mailgun for newsletters) ----
RESEND_API_KEY=
RESEND_FROM=archive@wholivedthere.com
# ---- Storage (Cloudflare R2 for uploaded documents) ----
R2_ACCOUNT_ID=
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
R2_BUCKET=pastdoor-documents
# ---- Browserbase (for ZIMAS / LADBS / Assessor scraping) ----
BROWSERBASE_API_KEY=
BROWSERBASE_PROJECT_ID=
# ---- Anthropic (Claude API for OCR + editorial content generation) ----
ANTHROPIC_API_KEY=