Skip to content
Snippets Groups Projects
Commit 09c2eb10 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Entering correct URL for weather data

parent 17d125dd
No related branches found
No related tags found
2 merge requests!2Spotit multi org,!1Ny server 2019
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -45,8 +45,8 @@ var coreUserName = ""; ...@@ -45,8 +45,8 @@ var coreUserName = "";
var corePass = ""; var corePass = "";
// Location of weather data source // Location of weather data source
//var weatherDataBaseUri = "https://lmt.nibio.no/agrometbase/export/getSeasonDailyTemperaturesJSON.php"; var weatherDataBaseUri = "https://lmt.nibio.no/agrometbase/export/getSeasonDailyTemperaturesJSON.php";
var weatherDataBaseUri = "http://agrometbase-local/agrometbase/export/getSeasonDailyTemperaturesJSON.php"; //var weatherDataBaseUri = "http://agrometbase-local/agrometbase/export/getSeasonDailyTemperaturesJSON.php";
// Setting current time // Setting current time
var now = moment(); var now = moment();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment