Airport lookup from vaCentral API; changes to Airports tables

This commit is contained in:
Nabeel Shahzad
2017-12-07 17:22:15 -06:00
parent ec8b2e8242
commit ddb8a6f5e9
19 changed files with 429 additions and 65 deletions

View File

@@ -35,8 +35,18 @@ return [
*/
'only_flights_from_current' => false,
/**
* Your vaCentral API key
*/
'vacentral_api_key' => '',
/**
* vaCentral API URL. You likely don't need to change this
*/
'vacentral_api_url' => 'https://api.vacentral.net',
/**
* Misc Settings
*/
'feed_url' => 'http://forum.phpvms.net/rss/1-announcements-feed.xml/?',
'news_feed_url' => 'http://forum.phpvms.net/rss/1-announcements-feed.xml/?',
];