new file: .env.example

modified:   README.md
This commit is contained in:
Simon
2025-05-17 10:35:31 +02:00
parent 0c2a39584b
commit af94928f8f
2 changed files with 69 additions and 0 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# 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