mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 09:36:26 +03:00
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"bundles": {
|
|
"Mael\\MaelRecaptchaBundle\\MaelRecaptchaBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"MAEL_RECAPTCHA_KEY": "YOUR_RECAPTCHA_KEY",
|
|
"MAEL_RECAPTCHA_SECRET": "YOUR_RECAPTCHA_SECRET"
|
|
}
|
|
}
|