mirror of
https://github.com/elyby/accounts.git
synced 2024-12-11 16:09:25 +05:30
14 lines
327 B
PHP
14 lines
327 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' => [
|
|
'public' => '',
|
|
'secret' => '',
|
|
],
|
|
],
|
|
];
|