8 lines
328 B
Plaintext
8 lines
328 B
Plaintext
# Spotify API Configuration
|
|
VITE_SPOTIFY_CLIENT_ID=your_spotify_client_id_here
|
|
VITE_SPOTIFY_CLIENT_SECRET=your_spotify_client_secret_here
|
|
VITE_REDIRECT_URI=http://localhost:3000/callback
|
|
|
|
# Note: In production, make sure to add your production URL to the Spotify app settings
|
|
# VITE_REDIRECT_URI=https://yourdomain.com/callback
|