Files
twitch-ai-gen/twitch-vod/.env.example
2026-05-13 09:37:42 -04:00

11 lines
251 B
Plaintext

# 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