← back to AsSeenInMovies

.env.example

16 lines

PORT=9742
DATABASE_URL=postgresql:///dw_unified?host=/tmp&user=stevestudio2

# Public-data sources — register a free key per source; never commit real keys.
# TMDB: https://www.themoviedb.org/settings/api  (v3 key, 50 req/sec, attribution required)
TMDB_API_KEY=
# OMDb: https://www.omdbapi.com/apikey.aspx  (free tier 1000/day, public Wikipedia/IMDb facts)
OMDB_API_KEY=
# Wikidata: no key needed — SPARQL endpoint at https://query.wikidata.org/sparql
# MovieLens: dataset download (no API key, file-based)

# Premium upgrade tier — Stripe lives in secrets-manager.
# Big Red has the same Stripe wiring; this project consumes via env at runtime.
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=