Graudusk/callurl

View on GitHub
config/callurl.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Config file for the callurl module.
 */
return [
    // Use for ipstack web-api
    "ipstackkey" => "3915fc130026b93ef4372197d7836a23",

    // Use for Dark Sky weather web-api
    "darkskykey" => "1f1183a7ef14e3ab6c6c56d38f410474",
];