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

[[handlers]]
name = "sample"
rpc = "cgi"
exec = "sample-cgi-handler.sh"
intervalSeconds = "60"

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