mirror of
https://github.com/elyby/accounts.git
synced 2024-11-15 17:56:30 +05:30
13 lines
235 B
PHP
13 lines
235 B
PHP
<?php
|
|
return [
|
|
'components' => [
|
|
'user' => [
|
|
'secret' => 'tests-secret-key',
|
|
],
|
|
'reCaptcha' => [
|
|
'public' => 'public-key',
|
|
'secret' => 'private-key',
|
|
],
|
|
],
|
|
];
|