diff options
author | Julio Capote <jcapote@gmail.com> | 2022-12-19 03:00:36 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-12-19 03:00:36 +0000 |
commit | 3761f85966a554cb750809da21995354fb9f9ceb (patch) | |
tree | 95731280e9afe5b1879e67e3989efd12d1f1613b /sample-config.toml | |
parent | 326eef243c22a739588cfb74642eb9267d020dee (diff) | |
download | communique-3761f85966a554cb750809da21995354fb9f9ceb.tar.gz |
uncommit
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 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" |