From 63076ec921e046454babfaaf3f465cd7b6f000b3 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Thu, 3 Mar 2022 10:13:11 +0100 Subject: [PATCH] gitea add new webhook settings --- bundles/gitea/files/app.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bundles/gitea/files/app.ini b/bundles/gitea/files/app.ini index 182e984..40ecc43 100644 --- a/bundles/gitea/files/app.ini +++ b/bundles/gitea/files/app.ini @@ -86,3 +86,7 @@ JWT_SECRET = ${oauth_secret_key} [other] SHOW_FOOTER_BRANDING = true SHOW_FOOTER_TEMPLATE_LOAD_TIME = false + +[webhook] +ALLOWED_HOST_LIST = * +DELIVER_TIMEOUT = 600