From 8a578f411da076207c5ceb48f27095dacc117e1b Mon Sep 17 00:00:00 2001 From: Timo Date: Wed, 24 Mar 2021 17:45:47 +0200 Subject: [PATCH] added working env to config --- apps/red-ui/src/assets/config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/red-ui/src/assets/config/config.json b/apps/red-ui/src/assets/config/config.json index 2fc5e2ed9..a9d309f2c 100644 --- a/apps/red-ui/src/assets/config/config.json +++ b/apps/red-ui/src/assets/config/config.json @@ -1,7 +1,7 @@ { - "OAUTH_URL": "https://keycloak-dev.iqser.cloud/auth/realms/redaction", + "OAUTH_URL": "https://timo-redaction-dev.iqser.cloud/auth/realms/redaction", "OAUTH_CLIENT_ID": "redaction", - "API_URL": "http://redaction.redaction-timo-latest.178.63.47.73.xip.io", + "API_URL": "https://timo-redaction-dev-2.iqser.cloud", "BACKEND_APP_VERSION": "4.4.40", "FRONTEND_APP_VERSION": "1.0", "EULA_URL": "EULA_URL",