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