← back to Prestige Car Wash

.env.example

24 lines

# Prestige Car Wash — environment template. Copy to .env and fill via /secrets.
PORT=9808

# Admin Basic Auth (defaults baked in server.js if unset)
ADMIN_USER=admin
ADMIN_PASS=DW2024!

# Postgres (optional — app runs on data/*.json snapshots if unset)
DATABASE_URL=

# Media generation (gated spend — see plan)
GEMINI_API_KEY=          # Nano Banana (Gemini 2.5 Flash Image) stills
REPLICATE_API_TOKEN=     # SeeDance (bytedance/seedance-1-*) image->video

# Google Places (read-only) — needs Maps Platform key + billing (gated setup)
GOOGLE_PLACES_API_KEY=
PCW_PLACE_ID=            # Prestige Car Wash Google Place ID (once claimed)

# Instagram (public pull now; owner token later)
IG_HANDLE=prestigecwash

# Optional lead notification (Slack/Discord/Zapier webhook URL)
NOTIFY_WEBHOOK=