domain = "http://localhost:8080" dbPath = "bub.db" [[handlers]] name = "sample" rpc = "cgi" # rename to protocol? exec = "sample-cgi-handler.sh" summary = "sample bot" interval = "1h" dedupWindow = "5h" # [[handlers]] # name = "autosport" # rpc = "cgi" # rename to protocol? # exec = "autosport-handler.sh" # interval = "10m" # dedupWindow = "900h" # [[handlers]] # name = "another" # rpc = "cgi" # exec = "another-cgi-handler.sh" # intervalSeconds = "10"