mirror of
https://github.com/elyby/accounts.git
synced 2024-12-27 07:30:18 +05:30
16 lines
318 B
PHP
16 lines
318 B
PHP
<?php
|
|
return [
|
|
'components' => [
|
|
'user' => [
|
|
'secret' => 'tests-secret-key',
|
|
],
|
|
'reCaptcha' => [
|
|
'public' => 'public-key',
|
|
'secret' => 'private-key',
|
|
],
|
|
],
|
|
'params' => [
|
|
'authserverDomain' => 'http://authserver.ely.by',
|
|
],
|
|
];
|