accounts/tests/codeception/config/api/config.php
2016-09-19 01:16:07 +03:00

21 lines
420 B
PHP

<?php
return [
'components' => [
'user' => [
'secret' => 'tests-secret-key',
],
'reCaptcha' => [
'public' => 'public-key',
'secret' => 'private-key',
],
],
'modules' => [
'authserver' => [
'baseDomain' => 'http://localhost',
],
],
'params' => [
'authserverHost' => 'authserver.ely.by',
],
];