Poll-Manager/server/config.template.toml
2022-02-17 00:04:40 -06:00

26 lines
No EOL
376 B
TOML

[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"
]