diff --git a/src/main/resources/api.properties b/src/main/resources/api.properties index b7eddeb..6e8847a 100644 --- a/src/main/resources/api.properties +++ b/src/main/resources/api.properties @@ -4,7 +4,7 @@ api.timeout = 3000 # Weather API weather.api.name = forecast.io API weather.api.key = YOUR_KEY_HERE -weather.api.host = api.forecast.io +weather.api.host = api.darksky.net # Weather Icons clear-day = wi-day-sunny @@ -27,4 +27,4 @@ geocode.api.region = US # Google Places API places.api.name = Google Places API places.api.key = YOUR_KEY_HERE -places.api.host = maps.googleapis.com \ No newline at end of file +places.api.host = maps.googleapis.com