26 lines
No EOL
376 B
TOML
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"
|
|
] |