2016-01-02 16:43:18 +03:00
|
|
|
<?php
|
2016-05-30 02:44:17 +03:00
|
|
|
return [
|
|
|
|
'components' => [
|
|
|
|
'user' => [
|
|
|
|
'secret' => 'tests-secret-key',
|
|
|
|
],
|
2016-08-03 15:56:08 +03:00
|
|
|
'reCaptcha' => [
|
|
|
|
'public' => 'public-key',
|
|
|
|
'secret' => 'private-key',
|
|
|
|
],
|
2016-05-30 02:44:17 +03:00
|
|
|
],
|
2016-09-19 01:16:07 +03:00
|
|
|
'modules' => [
|
|
|
|
'authserver' => [
|
2016-09-21 11:13:43 +03:00
|
|
|
'host' => 'localhost',
|
2016-09-19 01:16:07 +03:00
|
|
|
],
|
|
|
|
],
|
2016-09-08 19:06:44 +03:00
|
|
|
'params' => [
|
2016-09-19 01:01:19 +03:00
|
|
|
'authserverHost' => 'authserver.ely.by',
|
2016-09-08 19:06:44 +03:00
|
|
|
],
|
2016-05-30 02:44:17 +03:00
|
|
|
];
|