Add EWZRecaptchaBundle

This commit is contained in:
Fran Moreno
2018-10-17 08:50:57 +02:00
parent 3825718b13
commit 83ca7b1242
3 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ewz_recaptcha:
enabled: false

View File

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

View File

@@ -0,0 +1,12 @@
{
"bundles": {
"EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle": ["all"]
},
"env": {
"EWZ_RECAPTCHA_SITE_KEY": "",
"EWZ_RECAPTCHA_SECRET": ""
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}