mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"beelab/recaptcha2-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Beelab\\Recaptcha2Bundle\\BeelabRecaptcha2Bundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"APP_RECAPTCHA_SITE_KEY": "needed",
|
|
"APP_RECAPTCHA_SECRET": "needed"
|
|
},
|
|
"post-install-output": [
|
|
" * <fg=blue>Insert</> sensitive values in your environment values",
|
|
" * <fg=blue>Read</> documentation at <comment>https://github.com/Bee-Lab/BeelabRecaptcha2Bundle/blob/master/docs/index.md</>"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/beelab_recaptcha2.yaml": {
|
|
"contents": [
|
|
"beelab_recaptcha2:",
|
|
" site_key: '%env(APP_RECAPTCHA_SITE_KEY)%'",
|
|
" secret: '%env(APP_RECAPTCHA_SECRET)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "ad714d23c3c754619d9f2e1bd7b621c0d6185165"
|
|
}
|
|
}
|
|
}
|