hook2xmpp/config_example.conf

14 lines
288 B
Plaintext
Raw Normal View History

2019-02-14 01:32:27 +01:00
log_level = 50
2017-06-09 10:55:47 +02:00
webserver_bind = ":8080"
[xmpp]
host = "fireorbit.de"
username = "bot@fireorbit.de"
password = "example"
2019-02-13 03:24:38 +01:00
startup_notify_user = ["geno@fireorbit.de"]
startup_notify_muc = []
2017-06-09 10:55:47 +02:00
2019-02-13 03:24:38 +01:00
[[hooks.git]]
2017-06-10 16:07:23 +02:00
notify_user = ["geno@fireorbit.de"]
url = "https://github.com/FreifunkBremen/yanic"