run-highlighter/config.example.toml

15 lines
311 B
TOML
Executable File

# The Client ID and secret for the application you created at
# https://dev.twitch.tv/
[client]
id = ""
secret = ""
[twitch]
# uncomment this with your username to always use this channel for highlights
# channel = ""
# The number of seconds to pad the highlight's start and end
[padding]
start = 10
end = 10