Merge pull request #529

This commit is contained in:
symfony-flex-server[bot]
2019-04-06 10:26:30 +00:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,2 @@
ewz_recaptcha:
enabled: false
@@ -0,0 +1,4 @@
# See https://github.com/excelwebzone/EWZRecaptchaBundle for full configuration
ewz_recaptcha:
public_key: '%env(EWZ_RECAPTCHA_SITE_KEY)%'
private_key: '%env(EWZ_RECAPTCHA_SECRET)%'
@@ -0,0 +1,12 @@
{
"bundles": {
"EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle": ["all"]
},
"env": {
"EWZ_RECAPTCHA_SITE_KEY": "",
"EWZ_RECAPTCHA_SECRET": ""
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}