# Fulloch Environment Variables # Copy this file to .env and update with your values. # These values are loaded automatically via python-dotenv. # ============================================================================= # Spotify OAuth (Alternative to config.yml) # ============================================================================= # If you prefer environment variables over config.yml for Spotify credentials: # SPOTIPY_CLIENT_ID=your_spotify_client_id # SPOTIPY_CLIENT_SECRET=your_spotify_client_secret # SPOTIPY_REDIRECT_URI=http://localhost:8888/callback # ============================================================================= # LG ThinQ (Alternative to config.yml) # ============================================================================= # THINQ_ACCESS_TOKEN=your_thinq_access_token # THINQ_CLIENT_ID=your_thinq_client_id # ============================================================================= # Google Calendar (if using service account) # ============================================================================= # GOOGLE_APPLICATION_CREDENTIALS=./data/service-account.json