From 48367eeb97f653ab2f5cf58888737adb60abe234 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 14 Feb 2024 17:48:45 -0500 Subject: [PATCH] update domain name --- telematic_system/telematic_apps/web_app/client/public/env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telematic_system/telematic_apps/web_app/client/public/env.js b/telematic_system/telematic_apps/web_app/client/public/env.js index 44b837ce..52b5a79e 100644 --- a/telematic_system/telematic_apps/web_app/client/public/env.js +++ b/telematic_system/telematic_apps/web_app/client/public/env.js @@ -2,6 +2,6 @@ window.env = { "REACT_APP_MESSAGING_SERVER_URI": "http://topic-service.local.cav-telematics.com:8888", "REACT_APP_WEB_SERVER_URI": "http://ui-service.local.cav-telematics.com:8888", - "REACT_APP_FILE_UPLOAD_WEB_SERVER_URI": "http://ui-service-upload.local.cav-telematics.com:8888", + "REACT_APP_FILE_UPLOAD_WEB_SERVER_URI": "http://ui-upload-service.local.cav-telematics.com:8888", "REACT_APP_GRAFANA_URI": "http://grafana.local.cav-telematics.com:8888/grafana" } \ No newline at end of file