Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
20f46adbc4
commit
9596d88b48
@@ -10,13 +10,12 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
/**
|
||||
/*
|
||||
* Check for if we're "installed" or not
|
||||
*/
|
||||
'installed' => env('PHPVMS_INSTALLED', false),
|
||||
|
||||
/**
|
||||
/*
|
||||
* The ISO "Currency Code" to use, the list is in config/money.php
|
||||
*
|
||||
* Note, do not change this after you've set it, unless you don't
|
||||
@@ -24,44 +23,44 @@ return [
|
||||
*/
|
||||
'currency' => 'USD',
|
||||
|
||||
/**
|
||||
/*
|
||||
* Point to the class to use to retrieve the METAR string. If this
|
||||
* goes inactive at some date, it can be replaced
|
||||
*/
|
||||
'metar' => App\Services\Metar\AviationWeather::class,
|
||||
|
||||
/**
|
||||
/*
|
||||
* Your vaCentral API key
|
||||
*/
|
||||
'vacentral_api_key' => env('VACENTRAL_API_KEY', ''),
|
||||
|
||||
/**
|
||||
/*
|
||||
* vaCentral API URL. You likely don't need to change this
|
||||
*/
|
||||
'vacentral_api_url' => 'https://api.vacentral.net',
|
||||
|
||||
/**
|
||||
/*
|
||||
* Misc Settings
|
||||
*/
|
||||
'news_feed_url' => 'http://forum.phpvms.net/rss/1-announcements-feed.xml/?',
|
||||
|
||||
/**
|
||||
/*
|
||||
* URL to the latest version file
|
||||
*/
|
||||
'version_file' => 'http://downloads.phpvms.net/VERSION',
|
||||
|
||||
/**
|
||||
/*
|
||||
* DO NOT CHANGE THESE! It will result in messed up data
|
||||
* The setting you're looking for is in the admin panel,
|
||||
* under settings, for the display units
|
||||
*/
|
||||
'internal_units' => [
|
||||
'altitude' => 'feet',
|
||||
'distance' => 'nmi',
|
||||
'fuel' => 'lbs',
|
||||
'mass' => 'lbs',
|
||||
'velocity' => 'knots',
|
||||
'volume' => 'gallons',
|
||||
'altitude' => 'feet',
|
||||
'distance' => 'nmi',
|
||||
'fuel' => 'lbs',
|
||||
'mass' => 'lbs',
|
||||
'velocity' => 'knots',
|
||||
'volume' => 'gallons',
|
||||
],
|
||||
|
||||
/*
|
||||
@@ -70,7 +69,7 @@ return [
|
||||
* Both parameters are in px.
|
||||
*/
|
||||
'avatar' => [
|
||||
'width' => '200',
|
||||
'width' => '200',
|
||||
'height' => '200',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user