Files
symfony-flex-recipes-contrib/google/recaptcha/1.1/manifest.json
T

15 lines
419 B
JSON

{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "To use Google Recaptcha, you must register a site on Recaptcha's admin panel:",
"#2": "https://www.google.com/recaptcha/admin",
"GOOGLE_RECAPTCHA_SITE_KEY": "",
"GOOGLE_RECAPTCHA_SECRET": ""
},
"container": {
"google_recaptcha_site_key": "%env(GOOGLE_RECAPTCHA_SITE_KEY)%"
}
}