← back to Stayclaim

.env.local.example

24 lines

# Copy this file to .env.local and fill in.
# .env.local is gitignored.

# Gmail HTTP agent Basic Auth for scripts/filmla-cpra-followup.sh.
# Format: user:password
FILMLA_GEORGE_BASIC_AUTH=

# Postgres connection — defaults to local unix socket / DB "stayclaim".
# DATABASE_URL=postgres://user:pass@host:5432/stayclaim

# Google Maps Platform key — enables year-by-year Street View history.
# Required APIs to enable on this key:
#   - Maps JavaScript API     (StreetViewService for historical pano enumeration)
#   - Street View Static API  (per-pano thumbnail images)
# Restrict by HTTP referrer in the Cloud Console:
#   http://localhost:9821/*  (dev)
#   https://pastdoor.com/*   (prod, when domain registered)
# Cost guard: each address page renders ~6-12 SV requests. Set a daily quota.
# NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=

# Stripe (pending RAK from steve@designerwallcoverings.com)
# STRIPE_SECRET_KEY=sk_test_xxx
# NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_xxx