Initial commit.

This commit is contained in:
Oliver Akins 2022-02-17 00:04:40 -06:00
parent 489a16c0b5
commit 3cb6f97610
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
17 changed files with 1881 additions and 0 deletions

View file

@ -0,0 +1,26 @@
[server]
host = ""
port = 6969
[server.auth]
enabled = false
# username = ""
# password = ""
[log]
level = "info"
[twitch]
client_id = ""
client_secret = ""
[twitch.auth]
redirect_uri = "/twitch/login/callback"
base_url = "https://id.twitch.tv/oauth2"
scopes = [
"channel:read:polls",
"channel:manage:polls",
"channel:read:predictions",
"channel:manage:predictions"
]