From bc23764439bcd4ef8aba4470621ea0520ced1a99 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 8 Apr 2020 18:28:24 +0200 Subject: [PATCH] Create mael_recaptcha.yaml --- mael/recaptcha-bundle/0.1/config/packages/mael_recaptcha.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mael/recaptcha-bundle/0.1/config/packages/mael_recaptcha.yaml diff --git a/mael/recaptcha-bundle/0.1/config/packages/mael_recaptcha.yaml b/mael/recaptcha-bundle/0.1/config/packages/mael_recaptcha.yaml new file mode 100644 index 00000000..db115dd7 --- /dev/null +++ b/mael/recaptcha-bundle/0.1/config/packages/mael_recaptcha.yaml @@ -0,0 +1,3 @@ +mael_recaptcha: + key: '%env(resolve:MAEL_RECAPTCHA_KEY)%' + secret: '%env(resolve:MAEL_RECAPTCHA_SECRET)%'