aboutsummaryrefslogtreecommitdiff
path: root/sample-config.toml
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2022-12-19 03:00:36 +0000
committerJulio Capote <jcapote@gmail.com>2022-12-19 03:00:36 +0000
commit3761f85966a554cb750809da21995354fb9f9ceb (patch)
tree95731280e9afe5b1879e67e3989efd12d1f1613b /sample-config.toml
parent326eef243c22a739588cfb74642eb9267d020dee (diff)
downloadcommunique-3761f85966a554cb750809da21995354fb9f9ceb.tar.gz
uncommit
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 2d0423f..6a8b6f9 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -1,10 +1,11 @@
domain = "activitybub.xyz"
+dbPath = "bub.db"
[[handlers]]
name = "sample"
rpc = "cgi"
exec = "sample-cgi-handler.sh"
-intervalSeconds = "60"
+interval = "10s"
# [[handlers]]
# name = "another"