aboutsummaryrefslogtreecommitdiff
path: root/sample-config.toml
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-04 01:29:50 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-04 01:29:50 +0000
commit54b85678185008a4f6b5778460228788e2dd970d (patch)
treebcce8ac619da7c438518801df4a57be2401f7596 /sample-config.toml
parenta40781358984f651214e53ba000ccc288c56d4f1 (diff)
downloadcommunique-54b85678185008a4f6b5778460228788e2dd970d.tar.gz
start of keypair model and persisting keypairs
Diffstat (limited to 'sample-config.toml')
-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"