fix: correct env var names and add redirect URI to setup guide
This commit is contained in:
@@ -28,8 +28,9 @@ cp .env.example .env
|
||||
Edit `.env` and fill in your Spotify credentials:
|
||||
|
||||
```
|
||||
SPOTIFY_CLIENT_ID=your_client_id_here
|
||||
SPOTIFY_CLIENT_SECRET=your_client_secret_here
|
||||
SPOTIPY_CLIENT_ID=your_client_id_here
|
||||
SPOTIPY_CLIENT_SECRET=your_client_secret_here
|
||||
SPOTIPY_REDIRECT_URI=http://localhost:8888/callback
|
||||
```
|
||||
|
||||
### Step 3: Authenticate with Spotify
|
||||
|
||||
Reference in New Issue
Block a user