Verify CAPTCHA
This commit is contained in:
parent
946b30b486
commit
9b3c970bba
7 changed files with 132 additions and 58 deletions
|
@ -4,6 +4,8 @@
|
|||
# Put parameters here that don't need to change on each machine where the app is deployed
|
||||
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
||||
parameters:
|
||||
captcha.secret: '%env(CAPTCHA_SECRET)%'
|
||||
captcha.sitekey: '%env(CAPTCHA_SITEKEY)%'
|
||||
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
|
|
Reference in a new issue