Files
quizify/.env.example
Simon af94928f8f new file: .env.example
modified:   README.md
2025-05-17 10:35:31 +02:00

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