use hcaptcha with nginx [ci skip]
This commit is contained in:
parent
82ae4b411a
commit
fe05b1442c
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ resource "kubernetes_deployment" "ingress_nginx_controller" {
|
||||||
}
|
}
|
||||||
env {
|
env {
|
||||||
name = "CAPTCHA_PROVIDER"
|
name = "CAPTCHA_PROVIDER"
|
||||||
value = "recaptcha"
|
value = "hcaptcha"
|
||||||
}
|
}
|
||||||
env {
|
env {
|
||||||
name = "BOUNCING_ON_TYPE"
|
name = "BOUNCING_ON_TYPE"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue