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

IPMD module: Use IPMD NIBIO server preliminarily

parent 5bad9b4b
No related branches found
No related tags found
2 merge requests!15IPMD module: Use IPMD NIBIO server preliminarily,!12feat: Add test page (spatial) with mapserver layer in openlayers map
......@@ -27,9 +27,10 @@
*/
// TODO Refactor these to be set by the user of this library
const ipmdDSSApiURL = "https://platform.ipmdecisions.net/api/dss/";
const ipmdWeatherApiURL = "https://platform.ipmdecisions.net/api/wx/";
//const ipmdWeatherApiURL = "http://ipmdlocal/api/wx/";
//const ipmdDSSApiURL = "https://platform.ipmdecisions.net/api/dss/";
const ipmdDSSApiURL = "https://ipmdecisions.nibio.no/api/dss/";
const ipmdWeatherApiURL = "https://ipmdecisions.nibio.no/api/wx/";
//const ipmdWeatherApiURL = "http://localhost:18081/";
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment