From 0e2bf25060349684956a5ed6f7ec770234798305 Mon Sep 17 00:00:00 2001
From: brli <brita.linnestad@nibio.no>
Date: Fri, 31 May 2024 11:46:24 +0200
Subject: [PATCH] Change ServerUri

---
 applefruitmoth/static/applefruitmoth/js/applefruitmoth.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js b/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js
index 0c78e9c4..0d15fe62 100644
--- a/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js
+++ b/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js
@@ -5,7 +5,7 @@ document.title="Rognebærmøllvarsling";
 
 
 var stations = new Array();
-var serverUri = "https://coremanager.vips.nibio.no";
+var serverUri = "https://" + settings.vipsCoremanagerServerName;
 var runUri= serverUri + "/models/DAYDEGREES/run"; 
 
 var emptyChart;
-- 
GitLab