aboutsummaryrefslogtreecommitdiff
path: root/sample-config.toml
blob: 38a71f7aedf42e172dddf5fa88ae81f8b806607b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
domain = "activitybub.xyz"
dbPath = "bub.db"

[[handlers]]
name = "sample"
rpc = "cgi"
exec = "sample-cgi-handler.sh"
interval = "5s"

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