aboutsummaryrefslogtreecommitdiff
path: root/sample-config.toml
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2022-12-17 15:31:03 +0000
committerJulio Capote <jcapote@gmail.com>2022-12-17 15:31:03 +0000
commitd3fb280a146759ca1468c1773f41599b4fabb5fa (patch)
tree931e475e12baf1aecd76d8fab80c10b4b3d3c83d /sample-config.toml
downloadcommunique-d3fb280a146759ca1468c1773f41599b4fabb5fa.tar.gz
initial
Diffstat (limited to 'sample-config.toml')
-rw-r--r--sample-config.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sample-config.toml b/sample-config.toml
new file mode 100644
index 0000000..5f18cc0
--- /dev/null
+++ b/sample-config.toml
@@ -0,0 +1,11 @@
+[[handlers]]
+name = "sample"
+rpc = "cgi"
+exec = "sample-cgi-handler.sh"
+intervalSeconds = "60"
+
+# [[handlers]]
+# name = "another"
+# rpc = "cgi"
+# exec = "another-cgi-handler.sh"
+# intervalSeconds = "10" \ No newline at end of file