13 lines
No EOL
363 B
Text
13 lines
No EOL
363 B
Text
# Twitch API credentials
|
|
# You can obtain these from https://dev.twitch.tv/console/apps
|
|
TWITCH_USERNAME=your_bot_username
|
|
TWITCH_CLIENT_ID=your_client_id
|
|
TWITCH_CLIENT_SECRET=your_client_secret
|
|
TWITCH_CHANNEL=your_channel
|
|
TWITCH_ADMIN_USERS=user1,user2
|
|
|
|
# Optional settings
|
|
# QUEUE_ENABLED=false
|
|
# GAME_CONTROL_ENABLED=true
|
|
# INPUT_TYPE=keyboard
|
|
# LOG_LEVEL=INFO |