discovery-by-llm/.env.example
Justin Visser dbc5c2d93f
Some checks are pending
ci / backend (push) Waiting to run
ci / frontend (push) Waiting to run
fix: stabilize the live recommendation path
Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-12 10:47:30 +02:00

17 lines
597 B
Text

# Runtime mode; `demo` works without keys, `live` uses Spotify and Anthropic.
APP_MODE=demo
# Spotify app client ID; required in live mode and unused in demo mode.
SPOTIFY_CLIENT_ID=
# Must exactly match the URI registered in Spotify's dashboard.
SPOTIFY_REDIRECT_URI=http://127.0.0.1:8888/callback
# Anthropic API key; required in live mode and unused in demo mode.
ANTHROPIC_API_KEY=
# Pre-authorized Spotify token; only for hosted instances without interactive login.
SPOTIFY_SEED_REFRESH_TOKEN=
# Keep false for local HTTP; set true on every HTTPS deployment.
SESSION_COOKIE_SECURE=false