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