# Twitch API credentials TWITCH_CLIENT_ID=your-twitch-client-id TWITCH_ACCESS_TOKEN=your-twitch-access-token # Postgres configuration POSTGRES_HOST=localhost POSTGRES_PORT=5432 POSTGRES_DB=twitch_vod POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres