Add geonames.org timezone API

This commit is contained in:
2022-04-13 22:46:25 +02:00
parent 6dd3556857
commit 4aa805de74
2 changed files with 19 additions and 1 deletions

View File

@@ -14,5 +14,6 @@ class Settings
const MAIL_USER = '';
const MAIL_PASS = '';
const WEATHER_TOKEN = ''; //visualcrossing.com
const TIMEZONE_USER = ''; //geonames.org
const DEBUG = true;
}