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

Setting port to 8000 for localhost instance

parent 5004dbb5
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ weather_data_source_uri = "https://lmt.nibio.no/services/rest/vips/getdata/forec ...@@ -36,7 +36,7 @@ weather_data_source_uri = "https://lmt.nibio.no/services/rest/vips/getdata/forec
weather_param_string = "elementMeasurementTypes[]=TM&logInterval=1d&startDate=2016-03-01&startTime=00&endDate=2016-09-30&endTime=00&timeZone=Europe/Oslo" weather_param_string = "elementMeasurementTypes[]=TM&logInterval=1d&startDate=2016-03-01&startTime=00&endDate=2016-09-30&endTime=00&timeZone=Europe/Oslo"
# Which VIPSCore system to connect to # Which VIPSCore system to connect to
core_server_uri = "http://localhost:8001" core_server_uri = "http://localhost:8000"
# The unique identificator for the Apple Scab model # The unique identificator for the Apple Scab model
model_id = "REFERENCEM" model_id = "REFERENCEM"
...@@ -75,4 +75,4 @@ for result in results: ...@@ -75,4 +75,4 @@ for result in results:
allValues.get("TMDD"), allValues.get("TMDD"),
result["warningStatus"] result["warningStatus"]
) )
) )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment