[forge] add staging ips to webhook ALLOWED_HOST_LIST settings

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lerch
2026-02-04 10:21:35 +10:00
parent a425f8715f
commit a36c5a7a16

View File

@@ -663,8 +663,11 @@ gitea:
## @param gitea.config.webhook Webhook settings
webhook:
{% if env == "staging" %}
ALLOWED_HOST_LIST: "external,10.16.166.74,10.16.166.75"
{% else %}
ALLOWED_HOST_LIST: "external,10.16.163.74,10.16.163.75,10.16.163.76,10.16.163.77"
{% endif %}
## @param gitea.config.mailer Mailer configuration (disabled by default)
mailer: