diff options
author | Julio Capote <jcapote@gmail.com> | 2022-12-29 16:43:54 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-12-29 16:43:54 +0000 |
commit | 5a990719a02f4fd33817a2188be17b3b50498b49 (patch) | |
tree | 24c4c67c03a056004b9145f62418fae0978196fe /sample-config.toml | |
parent | 2408a50c46afad193e89f9381eb999cb5e8facab (diff) | |
download | communique-5a990719a02f4fd33817a2188be17b3b50498b49.tar.gz |
builds?
Diffstat (limited to 'sample-config.toml')
-rw-r--r-- | sample-config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sample-config.toml b/sample-config.toml index 38a71f7..a89678a 100644 --- a/sample-config.toml +++ b/sample-config.toml @@ -3,7 +3,8 @@ dbPath = "bub.db" [[handlers]] name = "sample" -rpc = "cgi" +rpc = "cgi" # rename to protocol? +# add response type? like Note exec = "sample-cgi-handler.sh" interval = "5s" |