mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	Define default value for AUTHSERVER_HOST
This commit is contained in:
		| @@ -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' => [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user