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)'