From 3761f85966a554cb750809da21995354fb9f9ceb Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sun, 18 Dec 2022 22:00:36 -0500 Subject: uncommit --- 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 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" -- cgit v1.2.3