diff --git a/sample_uberbot.toml b/sample_uberbot.toml index 404e9ff..e1da9ed 100644 --- a/sample_uberbot.toml +++ b/sample_uberbot.toml @@ -20,4 +20,10 @@ client_id = "" client_secret = "" [web] # optional, web service disabled if missing -listen = "127.0.0.1:8080" \ No newline at end of file +listen = "127.0.0.1:8080" + +[web.webhooks] # only required when the web service is enabled +# format: "" = "" +# for example: +"devel" = "#dev" # http://127.0.0.1:8080/devel +"chaospeople" = "#chaos" # http://127.0.0.1:8080/chaospeople