aboutsummaryrefslogtreecommitdiff
path: root/sample-config.toml
blob: efca3919b2e2203b9c0b54212fc58e8c6a6eb667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
domain = "http://localhost:8080"
dbPath = "bub.db"

[[handlers]]
name = "sample"
exec = "sample-cgi-handler.sh"
summary = "sample bot"
interval = "1h"
dedupWindow = "5h"

# [[handlers]]
# name = "autosport"
# exec = "autosport-handler.sh"
# interval = "10m"
# dedupWindow = "900h"

# [[handlers]]
# name = "another"
# exec = "another-cgi-handler.sh"
# intervalSeconds = "10"