Skip to content
Snippets Groups Projects
Commit 5b3481a4 authored by Mark Pascal Sanders's avatar Mark Pascal Sanders
Browse files

Update const.ts

parent 26d0fa5e
No related branches found
No related tags found
No related merge requests found
Pipeline #503714 canceled
...@@ -2,8 +2,8 @@ export const DEMO_MODE = true; ...@@ -2,8 +2,8 @@ export const DEMO_MODE = true;
export const EXPERIMENTAL_MODE = true; export const EXPERIMENTAL_MODE = true;
export const DB_DISABLED = true; export const DB_DISABLED = true;
export const DEV_MODE = process.env.NODE_ENV === 'development'; export const DEV_MODE = process.env.NODE_ENV === 'development';
export const BASE_URL = DEV_MODE ? "http://localhost:3000" : "https://soil.cluster.wzl-mq.rwth-aachen.de/"; 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" : "https://soil-data.cluster.wzl-mq.rwth-aachen.de/" export const DATA_BACKEND = DEV_MODE ? "http://localhost:8402" : "https://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:8001" : "https://iot.wzl-mq.rwth-aachen.de/soil-backend"
export const SOIL_BACKEND = DEV_MODE ? "http://localhost:8412" : "https://soil-backend.cluster.wzl-mq.rwth-aachen.de/" export const SOIL_BACKEND = DEV_MODE ? "http://localhost:8412" : "https://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" // 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment