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