From 54b85678185008a4f6b5778460228788e2dd970d Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Tue, 3 Jan 2023 20:29:50 -0500 Subject: start of keypair model and persisting keypairs --- sample-config.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'sample-config.toml') 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" -- cgit v1.2.3