Placeholders for checkwx.com API key
This commit is contained in:
parent
b382ad77eb
commit
e895501ca7
@ -31,6 +31,12 @@ return [
|
|||||||
*/
|
*/
|
||||||
'vacentral_api_url' => 'https://api.vacentral.net',
|
'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
|
* Misc Settings
|
||||||
*/
|
*/
|
||||||
|
@ -13,6 +13,7 @@ APP_LOCALE=en
|
|||||||
PHPVMS_INSTALLED=true
|
PHPVMS_INSTALLED=true
|
||||||
PHPVMS_VA_NAME="phpvms"
|
PHPVMS_VA_NAME="phpvms"
|
||||||
VACENTRAL_API_KEY=
|
VACENTRAL_API_KEY=
|
||||||
|
CHECKWX_API_KEY=
|
||||||
|
|
||||||
APP_LOG=daily
|
APP_LOG=daily
|
||||||
APP_LOG_LEVEL=debug
|
APP_LOG_LEVEL=debug
|
||||||
|
Loading…
Reference in New Issue
Block a user