diff --git a/meteo-concept/hcaptcha-bundle/0.1/config/meteo_concept_hcaptcha.yaml b/meteo-concept/hcaptcha-bundle/0.1/config/meteo_concept_hcaptcha.yaml new file mode 100644 index 0000000000..3cb4233620 --- /dev/null +++ b/meteo-concept/hcaptcha-bundle/0.1/config/meteo_concept_hcaptcha.yaml @@ -0,0 +1,4 @@ +meteo_concept_hcaptcha: + hcaptcha: + site_key: 10000000-ffff-ffff-ffff-000000000001 + secret: '%env(resolve:HCAPTCHA_SECRET)%' diff --git a/meteo-concept/hcaptcha-bundle/0.1/manifest.json b/meteo-concept/hcaptcha-bundle/0.1/manifest.json new file mode 100644 index 0000000000..51c48a6351 --- /dev/null +++ b/meteo-concept/hcaptcha-bundle/0.1/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "MeteoConcept\\HCaptchaBundle\\MeteoConceptHCaptchaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "HCAPTCHA_SECRET": "0x0000000000000000000000000000000000000000" + } +}