aboutsummaryrefslogtreecommitdiff
path: root/sample-config.toml
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2022-12-29 16:43:54 +0000
committerJulio Capote <jcapote@gmail.com>2022-12-29 16:43:54 +0000
commit5a990719a02f4fd33817a2188be17b3b50498b49 (patch)
tree24c4c67c03a056004b9145f62418fae0978196fe /sample-config.toml
parent2408a50c46afad193e89f9381eb999cb5e8facab (diff)
downloadcommunique-5a990719a02f4fd33817a2188be17b3b50498b49.tar.gz
builds?
Diffstat (limited to 'sample-config.toml')
-rw-r--r--sample-config.toml3
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"