Merge pull request #897

This commit is contained in:
symfony-flex-server[bot]
2020-05-03 11:53:05 +00:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,3 @@
mael_recaptcha:
key: '%env(resolve:MAEL_RECAPTCHA_KEY)%'
secret: '%env(resolve:MAEL_RECAPTCHA_SECRET)%'
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"Mael\\MaelRecaptchaBundle\\MaelRecaptchaBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MAEL_RECAPTCHA_KEY": "YOUR_RECAPTCHA_KEY",
"MAEL_RECAPTCHA_SECRET": "YOUR_RECAPTCHA_SECRET"
}
}
@@ -0,0 +1,3 @@
<bg=blue;fg=white> Next for MaelRecaptchaBundle </>
* <fg=blue>Edit mael_recaptcha.yaml</> add you keys in your .env file
* <fg=blue>Read</>documentation at <comment>https://github.com/Mael-91/MaelRecaptchaBundle/blob/master/README.md</>