10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
# Spotify API Credentials
|
|
SPOTIPY_CLIENT_ID=deine_spotify_client_id
|
|
SPOTIPY_CLIENT_SECRET=dein_spotify_client_secret
|
|
SPOTIPY_REDIRECT_URI=http://localhost:5000/callback
|
|
|
|
# Flask Secret Key
|
|
SECRET_KEY=dein_geheimer_flask_key
|
|
|
|
# Flask Umgebung (optional)
|
|
FLASK_ENV=development |