From 7fed0a7ffff0e9a4a800838f046b0c3fd75e4fc4 Mon Sep 17 00:00:00 2001
From: Matthias Stefan Bodenbenner <m.bodenbenner@wzl-mq.rwth-aachen.de>
Date: Thu, 19 Dec 2024 12:00:50 +0100
Subject: [PATCH] Update const.ts

---
 src/const.ts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/const.ts b/src/const.ts
index 141ec7a..013125e 100644
--- a/src/const.ts
+++ b/src/const.ts
@@ -2,8 +2,8 @@ export const DEMO_MODE = true;
 export const EXPERIMENTAL_MODE = true;
 export const DB_DISABLED = true;
 export const DEV_MODE = process.env.NODE_ENV === 'development';
-export const BASE_URL = DEV_MODE ? "http://localhost:3000" : "https://iot.wzl-mq.rwth-aachen.de/soil";
-export const DATA_BACKEND = DEV_MODE ? "http://localhost:8402" : "https://iot.wzl-mq.rwth-aachen.de/soil-data"
+export const BASE_URL = DEV_MODE ? "http://localhost:3000" : "https://soil.cluster.wzl-mq.rwth-aachen.de/";
+export const DATA_BACKEND = DEV_MODE ? "http://localhost:8402" : "http://soil-data.cluster.wzl-mq.rwth-aachen.de/"
 // export const SOIL_BACKEND = DEV_MODE ? "http://localhost:8001" : "https://iot.wzl-mq.rwth-aachen.de/soil-backend"
-export const SOIL_BACKEND = DEV_MODE ? "http://localhost:8412" : "https://iot.wzl-mq.rwth-aachen.de/soil-backend"
+export const SOIL_BACKEND = DEV_MODE ? "http://localhost:8412" : "http://soil-backend.cluster.wzl-mq.rwth-aachen.de/"
 // export const SOIL_BACKEND = DEV_MODE ? "https://iot.wzl-mq.rwth-aachen.de/soil-backend" : "https://iot.wzl-mq.rwth-aachen.de/soil-backend"
\ No newline at end of file
-- 
GitLab