Create recipe for MeteoConcept/HCaptchaBundle

This commit is contained in:
Laurent Georget
2020-07-09 16:07:51 +02:00
parent a701a4bcac
commit 650b8755a4
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
meteo_concept_hcaptcha:
hcaptcha:
site_key: 10000000-ffff-ffff-ffff-000000000001
secret: '%env(resolve:HCAPTCHA_SECRET)%'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"MeteoConcept\\HCaptchaBundle\\MeteoConceptHCaptchaBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"HCAPTCHA_SECRET": "0x0000000000000000000000000000000000000000"
}
}