chore: restore wrapped chips, trim unused scopes, and complete env docs
This commit is contained in:
parent
401a0ddea7
commit
5080e9a609
6 changed files with 74 additions and 57 deletions
18
.env.example
18
.env.example
|
|
@ -1,5 +1,17 @@
|
|||
# Copy to .env and adjust. Without a .env the app starts in demo mode.
|
||||
APP_MODE=demo
|
||||
# Runtime mode; set to demo for no-key fixtures or live for Spotify and Anthropic.
|
||||
APP_MODE=
|
||||
|
||||
# The redirect URI must exactly match the URI registered in the Spotify dashboard.
|
||||
# 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=
|
||||
|
||||
# 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=
|
||||
|
||||
# Secure session cookie flag; set to true on every HTTPS deployment.
|
||||
SESSION_COOKIE_SECURE=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue