mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Create recipe for MeteoConcept/HCaptchaBundle
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
meteo_concept_hcaptcha:
|
||||
hcaptcha:
|
||||
site_key: 10000000-ffff-ffff-ffff-000000000001
|
||||
secret: '%env(resolve:HCAPTCHA_SECRET)%'
|
||||
11
meteo-concept/hcaptcha-bundle/1.0/manifest.json
Normal file
11
meteo-concept/hcaptcha-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"MeteoConcept\\HCaptchaBundle\\MeteoConceptHCaptchaBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"HCAPTCHA_SECRET": "0x0000000000000000000000000000000000000000"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user