Updated sample config

This commit is contained in:
famfo 2022-01-15 14:52:49 +01:00
parent 5ab4e3a221
commit ad010adcfb

View file

@ -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"