Initial commit.
This commit is contained in:
parent
489a16c0b5
commit
3cb6f97610
17 changed files with 1881 additions and 0 deletions
26
server/config.template.toml
Normal file
26
server/config.template.toml
Normal 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"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue