use hcaptcha with nginx [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-24 18:45:41 +00:00
parent 82ae4b411a
commit fe05b1442c
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -539,7 +539,7 @@ resource "kubernetes_deployment" "ingress_nginx_controller" {
}
env {
name = "CAPTCHA_PROVIDER"
value = "recaptcha"
value = "hcaptcha"
}
env {
name = "BOUNCING_ON_TYPE"