diff options
Diffstat (limited to 'sample-config.toml')
-rw-r--r-- | sample-config.toml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/sample-config.toml b/sample-config.toml index a77678c..7cd02f7 100644 --- a/sample-config.toml +++ b/sample-config.toml @@ -1,13 +1,19 @@ domain = "activitybub.xyz" dbPath = "bub.db" +# [[handlers]] +# name = "sample" +# rpc = "cgi" # rename to protocol? +# exec = "sample-cgi-handler.sh" +# interval = "5s" +# dedupWindow = "1m" + [[handlers]] -name = "sample" +name = "autosport" rpc = "cgi" # rename to protocol? -# add response type? like Note -exec = "sample-cgi-handler.sh" -interval = "5s" -dedupWindow = "1m" +exec = "autosport-handler.sh" +interval = "10m" +dedupWindow = "900h" # [[handlers]] # name = "another" |