Merge branch 'master' into api_identity_info

This commit is contained in:
ErickSkrauch 2016-08-06 16:57:42 +03:00
commit 1883d864ca

View File

@ -5,6 +5,7 @@ $config = [
'request' => [ 'request' => [
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey' => '', 'cookieValidationKey' => '',
'enableCsrfValidation' => false,
], ],
'reCaptcha' => [ 'reCaptcha' => [
'public' => '', 'public' => '',