mirror of
https://github.com/elyby/accounts.git
synced 2024-11-07 00:29:00 +05:30
13 lines
299 B
PHP
13 lines
299 B
PHP
<?php
|
|
return [
|
|
'components' => [
|
|
'request' => [
|
|
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
|
|
'cookieValidationKey' => '',
|
|
],
|
|
'reCaptcha' => [
|
|
'secret' => '',
|
|
],
|
|
],
|
|
];
|