Lundmarks/ramverk1-forecaster-modulebth

View on GitHub
config/apikeys.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Configuration file for api keys.
 */
return [
    // API key for OpenWeatherMap
    "openweathermapApikey" => "acf1a83dfb5dd2db934f4d12d3e1b97a",
    // API key for Geoapify
    "geoapifyApikey" => "d3b6bb0d9aba48baa5cc68cac5c6ac6a",
];