Files
Liam PettigrewandClaude Opus 4.5 464d049433 init
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 17:06:44 +11:00

23 lines
1.1 KiB
Bash

# 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