Code Gen
This commit is contained in:
10
twitch-vod/.env.example
Normal file
10
twitch-vod/.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user