Починил тесты для authserver

This commit is contained in:
ErickSkrauch 2016-09-19 01:16:07 +03:00
parent df6d319187
commit 01b68afc19

View File

@ -9,6 +9,11 @@ return [
'secret' => 'private-key',
],
],
'modules' => [
'authserver' => [
'baseDomain' => 'http://localhost',
],
],
'params' => [
'authserverHost' => 'authserver.ely.by',
],