From a0f4a93d8d56f11bf61c635fc7eaed5fc3464612 Mon Sep 17 00:00:00 2001 From: Laurent Georget Date: Thu, 9 Jul 2020 16:07:51 +0200 Subject: [PATCH] Create recipe for MeteoConcept/HCaptchaBundle --- .../0.1/config/meteo_concept_hcaptcha.yaml | 4 ++++ meteo-concept/hcaptcha-bundle/0.1/manifest.json | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 meteo-concept/hcaptcha-bundle/0.1/config/meteo_concept_hcaptcha.yaml create mode 100644 meteo-concept/hcaptcha-bundle/0.1/manifest.json 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" + } +}