From 5a990719a02f4fd33817a2188be17b3b50498b49 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Thu, 29 Dec 2022 11:43:54 -0500 Subject: builds? --- sample-config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sample-config.toml') 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" -- cgit v1.2.3