mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Drop usage of goaop, replace implementation with events
This commit is contained in:
@@ -2,7 +2,14 @@
|
||||
return [
|
||||
'id' => 'accounts-site-api',
|
||||
'basePath' => dirname(__DIR__),
|
||||
'bootstrap' => ['log', 'authserver', 'internal', 'mojang'],
|
||||
'bootstrap' => [
|
||||
'log',
|
||||
'authserver',
|
||||
'internal',
|
||||
'mojang',
|
||||
api\eventListeners\MockDataResponse::class,
|
||||
api\eventListeners\LogMetricsToStatsd::class,
|
||||
],
|
||||
'controllerNamespace' => 'api\controllers',
|
||||
'params' => [
|
||||
'authserverHost' => getenv('AUTHSERVER_HOST') ?: 'authserver.ely.by',
|
||||
|
Reference in New Issue
Block a user