14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
CLIENT_ID= # Twitch Client ID
|
|
# Required
|
|
CLIENT_SECRET= # Twitch Client Secret
|
|
# Required
|
|
REDIR_URI= # Twitch OAuth Redirect URI
|
|
# Required
|
|
|
|
WS_AUTHORIZATION= # the authorization code all websocket clients will need to connect
|
|
# Required
|
|
# TODO this is not the final version, this will not be a permanent config option
|
|
|
|
SQLITE_DB= # SQlite DB location
|
|
# Default: ./db.sqlite
|