stream-bot/config/.env.example
Joey Yakimowich-Payne ec1c5958ce Initial working version
2025-05-14 17:45:07 -06:00

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