Files
quizify/.env.example
SimolZimol d38254bc3c modified: .env.example
modified:   Dockerfile
	modified:   app.py
	new file:   locales/de-DE.json
	modified:   templates/login.html
	modified:   templates/playlists.html
	modified:   templates/quiz.html
2025-05-19 17:39:11 +02:00

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