Airport lookup from vaCentral API; changes to Airports tables
This commit is contained in:
@@ -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/?',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user