mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
15 lines
419 B
JSON
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)%"
|
|
}
|
|
}
|