mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
17 lines
608 B
JSON
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": ""
|
|
}
|
|
}
|