13 lines
403 B
Text
13 lines
403 B
Text
# Without this file (or with it empty) the app starts in demo mode:
|
|
# recorded sessions, honestly labeled, no external calls.
|
|
|
|
APP_MODE=live
|
|
|
|
# Spotify application (developer dashboard). The redirect URI must be
|
|
# registered on the app and match the compose host port.
|
|
SPOTIFY_CLIENT_ID=
|
|
SPOTIFY_CLIENT_SECRET=
|
|
SPOTIFY_REDIRECT_URI=http://127.0.0.1:8888/callback
|
|
|
|
# Anthropic API key
|
|
ANTHROPIC_API_KEY=
|