mirror of
https://github.com/elyby/accounts.git
synced 2024-11-26 16:52:02 +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'],
|
||||
'controllerNamespace' => 'api\controllers',
|
||||
'params' => [
|
||||
'authserverHost' => getenv('AUTHSERVER_HOST'),
|
||||
'authserverHost' => getenv('AUTHSERVER_HOST') ?: 'authserver.ely.by',
|
||||
],
|
||||
'components' => [
|
||||
'user' => [
|
||||
|
Loading…
Reference in New Issue
Block a user