accounts/tests/codeception/config/api/config.php
ErickSkrauch bdc96d82c1 Реорганизована выдача JWT токенов
Добавлен механизм сохранения сессий и refresh_token
2016-05-30 02:44:17 +03:00

9 lines
122 B
PHP

<?php
return [
'components' => [
'user' => [
'secret' => 'tests-secret-key',
],
],
];