artack/recaptcha-enterprise-bundle (#1867)

This commit is contained in:
Patrick Landolt
2025-10-04 15:15:33 +02:00
committed by GitHub
parent 6d92a43878
commit 860733432f
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
artack_recaptcha_enterprise:
enabled: true
project_id: '%env(ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID)%'
site_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY)%'
api_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_API_KEY)%'
min_score: 0.5
#when@dev:
# artack_recaptcha_enterprise:
# enabled: false

View File

@@ -0,0 +1,13 @@
{
"bundles": {
"Artack\\RecaptchaEnterpriseBundle\\ArtackRecaptchaEnterpriseBundle": ["all"]
},
"env": {
"ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID": "",
"ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY": "",
"ARTACK_RECAPTCHA_ENTERPRISE_API_KEY": ""
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}