From ad010adcfb10b1fbf9c97a7913924a85d15897e8 Mon Sep 17 00:00:00 2001 From: famfo Date: Sat, 15 Jan 2022 14:52:49 +0100 Subject: [PATCH] Updated sample config --- sample_uberbot.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sample_uberbot.toml b/sample_uberbot.toml index de3c2cd..7de780d 100644 --- a/sample_uberbot.toml +++ b/sample_uberbot.toml @@ -13,4 +13,9 @@ spotify_client_secret = "" prefix = "!" # Web service config -http_listen = "127.0.0.1:8080" +http_listen_db = "127.0.0.1:8080" + +# Git webhook config +http_listen_git = "127.0.0.1:51001" +git_channel = "#main" +