aboutsummaryrefslogtreecommitdiff
path: root/sample-config.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sample-config.toml22
1 files changed, 11 insertions, 11 deletions
diff --git a/sample-config.toml b/sample-config.toml
index 293a525..f659e60 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -1,19 +1,19 @@
domain = "http://localhost:8080"
dbPath = "bub.db"
-# [[handlers]]
-# name = "sample"
-# rpc = "cgi" # rename to protocol?
-# exec = "sample-cgi-handler.sh"
-# interval = "5s"
-# dedupWindow = "1m"
-
[[handlers]]
-name = "autosport"
+name = "sample"
rpc = "cgi" # rename to protocol?
-exec = "autosport-handler.sh"
-interval = "10m"
-dedupWindow = "900h"
+exec = "sample-cgi-handler.sh"
+interval = "5s"
+dedupWindow = "1m"
+
+# [[handlers]]
+# name = "autosport"
+# rpc = "cgi" # rename to protocol?
+# exec = "autosport-handler.sh"
+# interval = "10m"
+# dedupWindow = "900h"
# [[handlers]]
# name = "another"