add missing webhook entry to config.example.toml
This commit is contained in:
parent
21d580d1a6
commit
56225d85e8
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ username = ""
|
||||||
password = "asd123"
|
password = "asd123"
|
||||||
#proxyaddr = "socks5://localhost:5555"
|
#proxyaddr = "socks5://localhost:5555"
|
||||||
hostURL = "https://my.domain.tld"
|
hostURL = "https://my.domain.tld"
|
||||||
|
webhook = "https://domain.tld/api/webhooks/"
|
||||||
channels = [
|
channels = [
|
||||||
"NinEverything",
|
"NinEverything",
|
||||||
"NintendoEurope",
|
"NintendoEurope",
|
||||||
|
|
Loading…
Add table
Reference in a new issue