Files
symfony-flex-recipes-contrib/victor-prdh.recaptcha-bundle.1.5.json
T
github-action[bot]andgithub-action[bot] ea85db6ff3 Update Flex endpoint
2022-03-31 13:22:59 +00:00

33 lines
1.0 KiB
JSON

{
"manifests": {
"victor-prdh/recaptcha-bundle": {
"manifest": {
"bundles": {
"VictorPrdh\\RecaptchaBundle\\RecaptchaBundle": [
"all"
]
},
"env": {
"GOOGLE_RECAPTCHA_SITE_KEY": "",
"GOOGLE_RECAPTCHA_SECRET_KEY": ""
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/recaptcha.yaml": {
"contents": [
"recaptcha:",
" google_site_key: '%env(GOOGLE_RECAPTCHA_SITE_KEY)%'",
" google_secret_key: '%env(GOOGLE_RECAPTCHA_SECRET_KEY)%'",
""
],
"executable": false
}
},
"ref": "f604d862b3ce4434d131a0e9b3a2eb7bb1784aff"
}
}
}