Merge pull request #330

This commit is contained in:
symfony-flex-server[bot]
2018-04-03 06:42:23 +00:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,3 @@
beelab_recaptcha2:
site_key: '%env(APP_RECAPTCHA_SITE_KEY)%'
secret: '%env(APP_RECAPTCHA_SECRET)%'
@@ -0,0 +1,12 @@
{
"bundles": {
"Beelab\\Recaptcha2Bundle\\BeelabRecaptcha2Bundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"APP_RECAPTCHA_SITE_KEY": "needed",
"APP_RECAPTCHA_SECRET": "needed"
}
}
@@ -0,0 +1,3 @@
<bg=blue;fg=white> Next for BeelabRecaptcha2Bundle </>
* <fg=blue>Insert</> sensitive values in your environment values
* <fg=blue>Read</> documentation at <comment>https://github.com/Bee-Lab/BeelabRecaptcha2Bundle/blob/master/docs/index.md</>