mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
artack/recaptcha-enterprise-bundle (#1867)
This commit is contained in:
@@ -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
|
||||||
13
artack/recaptcha-enterprise-bundle/0.1/manifest.json
Normal file
13
artack/recaptcha-enterprise-bundle/0.1/manifest.json
Normal 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%/"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user