Files
2025-02-12 09:20:14 +01:00

26 lines
810 B
Bash

# https://dev.twitch.tv/console
TWITCH_CLIENT_ID=
TWITCH_CLIENT_SECRET=
# You can generate an OAuth token by using this Twitch authentication link in your browser:
# https://id.twitch.tv/oauth2/authorize?client_id=YOUR_CLIENT_ID&redirect_uri=http://localhost&response_type=token&scope=chat:read+chat:edit
# After authorizing your Twitch account, you'll get a token in the URL.
# Alternatively, use https://twitchtokengenerator.com/ to generate an OAuth token easily.
TWITCH_OAUTH=oauth:
TWITCH_ACCESS_TOKEN=
# This is simply your Twitch username.
# example: noahpombass
TWITCH_USERNAME=
# Type your twitch username and copy the Twitch ID: output
# https://www.streamweasels.com/tools/convert-twitch-username-%20to-user-id/
TWITCH_CHANNEL=
DB_HOST=
DB_USER=
DB_NAME=
DB_PASSWORD=