mirror of
https://github.com/elyby/accounts.git
synced 2024-12-25 22:59:53 +05:30
Define default value for AUTHSERVER_HOST
This commit is contained in:
parent
89f7195a37
commit
23a220637c
@ -5,7 +5,7 @@ return [
|
|||||||
'bootstrap' => ['log', 'authserver', 'internal', 'mojang'],
|
'bootstrap' => ['log', 'authserver', 'internal', 'mojang'],
|
||||||
'controllerNamespace' => 'api\controllers',
|
'controllerNamespace' => 'api\controllers',
|
||||||
'params' => [
|
'params' => [
|
||||||
'authserverHost' => getenv('AUTHSERVER_HOST'),
|
'authserverHost' => getenv('AUTHSERVER_HOST') ?: 'authserver.ely.by',
|
||||||
],
|
],
|
||||||
'components' => [
|
'components' => [
|
||||||
'user' => [
|
'user' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user