fix: stabilize the live recommendation path
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
bfea9efb5e
commit
dbc5c2d93f
12 changed files with 113 additions and 31 deletions
12
.env.example
12
.env.example
|
|
@ -1,11 +1,11 @@
|
|||
# Runtime mode; set to demo for no-key fixtures or live for Spotify and Anthropic.
|
||||
APP_MODE=
|
||||
# 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=
|
||||
|
||||
# Spotify OAuth callback URI; set in live mode if the local default is not registered.
|
||||
SPOTIFY_REDIRECT_URI=
|
||||
# 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=
|
||||
|
|
@ -13,5 +13,5 @@ ANTHROPIC_API_KEY=
|
|||
# Pre-authorized Spotify token; only for hosted instances without interactive login.
|
||||
SPOTIFY_SEED_REFRESH_TOKEN=
|
||||
|
||||
# Secure session cookie flag; set to true on every HTTPS deployment.
|
||||
SESSION_COOKIE_SECURE=
|
||||
# Keep false for local HTTP; set true on every HTTPS deployment.
|
||||
SESSION_COOKIE_SECURE=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue