diff --git a/src/const.ts b/src/const.ts
index 141ec7a6736105e9a650f07df614a4db7d45abcd..013125e66c6ca8b767ce4264c240c52ddc092c1b 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