2016-01-02 19:13:18 +05:30
|
|
|
<?php
|
2016-05-30 05:14:17 +05:30
|
|
|
return [
|
|
|
|
'components' => [
|
|
|
|
'user' => [
|
|
|
|
'secret' => 'tests-secret-key',
|
|
|
|
],
|
2016-08-03 18:26:08 +05:30
|
|
|
'reCaptcha' => [
|
|
|
|
'public' => 'public-key',
|
|
|
|
'secret' => 'private-key',
|
|
|
|
],
|
2016-05-30 05:14:17 +05:30
|
|
|
],
|
|
|
|
];
|