From 64f4b8d76ab2fc77b650c4fdcde15ed6869ca545 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 19 Jun 2022 20:01:27 +0000 Subject: [PATCH] added config.sample webhook timeout --- config.yml.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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