blob: a77678c28f55553b69a71ad1118b294ab767a9bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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"
dedupWindow = "1m"
# [[handlers]]
# name = "another"
# rpc = "cgi"
# exec = "another-cgi-handler.sh"
# intervalSeconds = "10"
|