diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-04 01:29:50 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-04 01:29:50 +0000 |
commit | 54b85678185008a4f6b5778460228788e2dd970d (patch) | |
tree | bcce8ac619da7c438518801df4a57be2401f7596 /sample-config.toml | |
parent | a40781358984f651214e53ba000ccc288c56d4f1 (diff) | |
download | communique-54b85678185008a4f6b5778460228788e2dd970d.tar.gz |
start of keypair model and persisting keypairs
Diffstat (limited to 'sample-config.toml')
-rw-r--r-- | sample-config.toml | 22 |
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" |