11 lines
251 B
Plaintext
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
|