Archive Twitch chat badges
This commit is contained in:
parent
443bd88cb8
commit
6842581656
14 changed files with 1394 additions and 1 deletions
|
|
@ -6,6 +6,12 @@ DEBUG=True
|
|||
# Generate a new secret key for production: python -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'
|
||||
DJANGO_SECRET_KEY=your-secret-key-here
|
||||
|
||||
# Twitch API Configuration
|
||||
# Get your Client ID and Client Secret from https://dev.twitch.tv/console
|
||||
# You can use either an app access token or user access token
|
||||
TWITCH_CLIENT_ID=your-twitch-client-id
|
||||
TWITCH_CLIENT_SECRET=your-twitch-client-secret
|
||||
|
||||
# Email Configuration
|
||||
# SMTP Host (examples below)
|
||||
EMAIL_HOST=smtp.gmail.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue