aboutsummaryrefslogtreecommitdiff
path: root/sample-config.toml
blob: 218660aa38c829dac9fd77d4d2ad7375461f27c1 (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 = "55s"

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