modified: Dockerfile modified: app.py new file: locales/de-DE.json modified: templates/login.html modified: templates/playlists.html modified: templates/quiz.html
12 lines
286 B
Plaintext
12 lines
286 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
|
|
|
|
LANG=de-DE |