From cca6d5ca0c3e8b7c2dbda65732f60ab030fd4bae Mon Sep 17 00:00:00 2001 From: Mael Date: Sun, 24 May 2020 00:25:06 +0200 Subject: [PATCH] Upgrade to 1.0 --- mael/recaptcha-bundle/1.0/config/packages/mael_recaptcha.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mael/recaptcha-bundle/1.0/config/packages/mael_recaptcha.yaml diff --git a/mael/recaptcha-bundle/1.0/config/packages/mael_recaptcha.yaml b/mael/recaptcha-bundle/1.0/config/packages/mael_recaptcha.yaml new file mode 100644 index 00000000..db115dd7 --- /dev/null +++ b/mael/recaptcha-bundle/1.0/config/packages/mael_recaptcha.yaml @@ -0,0 +1,3 @@ +mael_recaptcha: + key: '%env(resolve:MAEL_RECAPTCHA_KEY)%' + secret: '%env(resolve:MAEL_RECAPTCHA_SECRET)%'