diff --git a/config.yml.sample b/config.yml.sample index 316026a5e..b26a49343 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -326,7 +326,9 @@ webhooks: # URL for webhook url: "http://127.0.0.1/test/test1/?q=" secret : "abc123" + timeout : 3 - events : [ 'task.', 'foobar.' ] # URL for webhook url: "http://127.0.0.1/test/test2/" - # no secret == no HMAC \ No newline at end of file + # no secret == no HMAC + # no timeout == default : 5s \ No newline at end of file