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

[[handlers]]
name = "sample"
rpc = "cgi" # rename to protocol?
# add response type? like Note
exec = "sample-cgi-handler.sh"
interval = "5s"

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