phpvms/config/checkwx.php
2018-03-31 15:57:30 -05:00

11 lines
180 B
PHP

<?php
/**
* For METAR and TAF features, register for an API key at
* https://www.checkwx.com
*/
return [
'url' => 'https://api.checkwx.com',
'api_key' => false,
];