From c7867a2bff269b3db1c38099617cfb671fd07ee1 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Wed, 14 Jun 2023 11:19:04 +0300 Subject: [PATCH] RED-6686 - tenant user management communication split --- apps/red-ui/src/assets/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/assets/config/config.json b/apps/red-ui/src/assets/config/config.json index 54473b4cc..91022eecb 100644 --- a/apps/red-ui/src/assets/config/config.json +++ b/apps/red-ui/src/assets/config/config.json @@ -1,7 +1,7 @@ { "ADMIN_CONTACT_NAME": null, "ADMIN_CONTACT_URL": null, - "API_URL": "https://dev-08.iqser.cloud/", + "API_URL": "http://localhost:8085", "APP_NAME": "RedactManager", "AUTO_READ_TIME": 3, "BACKEND_APP_VERSION": "4.4.40",