diff options
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" |