From e895501ca7e43427c7dc05c9c5270495c4c09125 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Fri, 22 Dec 2017 17:55:20 -0600 Subject: [PATCH] Placeholders for checkwx.com API key --- config/phpvms.php | 6 ++++++ modules/Installer/Resources/views/stubs/env.blade.php | 1 + 2 files changed, 7 insertions(+) diff --git a/config/phpvms.php b/config/phpvms.php index 74cad56c..a44fa8be 100644 --- a/config/phpvms.php +++ b/config/phpvms.php @@ -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 */ diff --git a/modules/Installer/Resources/views/stubs/env.blade.php b/modules/Installer/Resources/views/stubs/env.blade.php index 830e7cbb..e83f1f89 100644 --- a/modules/Installer/Resources/views/stubs/env.blade.php +++ b/modules/Installer/Resources/views/stubs/env.blade.php @@ -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