Placeholders for checkwx.com API key

This commit is contained in:
Nabeel Shahzad 2017-12-22 17:55:20 -06:00
parent b382ad77eb
commit e895501ca7
2 changed files with 7 additions and 0 deletions

View File

@ -31,6 +31,12 @@ return [
*/
'vacentral_api_url' => 'https://api.vacentral.net',
/**
* For METAR features, register for an API key at
* https://www.checkwx.com
*/
'checkwx_api_key' => env('CHECKWX_API_KEY', false),
/**
* Misc Settings
*/

View File

@ -13,6 +13,7 @@ APP_LOCALE=en
PHPVMS_INSTALLED=true
PHPVMS_VA_NAME="phpvms"
VACENTRAL_API_KEY=
CHECKWX_API_KEY=
APP_LOG=daily
APP_LOG_LEVEL=debug