fix: correct env var names and add redirect URI to setup guide

This commit is contained in:
2026-05-22 22:38:03 +02:00
parent 5cbacfb7ce
commit 3f1181989e

View File

@@ -28,8 +28,9 @@ cp .env.example .env
Edit `.env` and fill in your Spotify credentials: Edit `.env` and fill in your Spotify credentials:
``` ```
SPOTIFY_CLIENT_ID=your_client_id_here SPOTIPY_CLIENT_ID=your_client_id_here
SPOTIFY_CLIENT_SECRET=your_client_secret_here SPOTIPY_CLIENT_SECRET=your_client_secret_here
SPOTIPY_REDIRECT_URI=http://localhost:8888/callback
``` ```
### Step 3: Authenticate with Spotify ### Step 3: Authenticate with Spotify