# Spotify API credentials
# Obtain these from https://developer.spotify.com/dashboard
SPOTIFY_CLIENT_ID=your_client_id_here
SPOTIFY_CLIENT_SECRET=your_client_secret_here
# Server configuration
PORT=8888
# Optional: Set to production or development
NODE_ENV=development