<?php
/**
 * Sample config file for weather services.
 * In use, this file should be named "config.php"
 */

return [
    "darkSkyBaseUrl" => "https://api.darksky.net/forecast/API_KEY_GOES_HERE/",
    "ipstackApiKey" => "API_KEY_GOES_HERE"
];
