new file: .env.example
modified: README.md
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user