mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"bundles": {
|
|
"EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle": ["all"]
|
|
},
|
|
"env": {
|
|
"EWZ_RECAPTCHA_SITE_KEY": "",
|
|
"EWZ_RECAPTCHA_SECRET": ""
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|