Files
symfony-flex-recipes-contrib/codein/recaptcha-enterprise-bundle/1.0/manifest.json
T

17 lines
608 B
JSON

{
"bundles": {
"Codein\\RecaptchaEnterpriseBundle\\CodeinRecaptchaEnterpriseBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Create the key and read the project id in the reCAPTCHA Enterprise console:",
"#2": "https://console.cloud.google.com/security/recaptcha",
"#3": "The score and checkbox challenges each need their own kind of site key.",
"CODEIN_RECAPTCHA_ENTERPRISE_PROJECT_ID": "",
"CODEIN_RECAPTCHA_ENTERPRISE_SITE_KEY": "",
"CODEIN_RECAPTCHA_ENTERPRISE_API_KEY": ""
}
}