From baea2f16b00b67112df12e4b4b1892cc4e616f33 Mon Sep 17 00:00:00 2001 From: Timo Date: Mon, 29 Mar 2021 16:41:44 +0300 Subject: [PATCH] config order --- 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 647237b04..48bf98f8e 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://timo-redaction-dev.iqser.cloud/auth/realms/redaction", - "OAUTH_CLIENT_ID": "redaction", "API_URL": "https://timo-redaction-dev-2.iqser.cloud", + "OAUTH_CLIENT_ID": "redaction", "BACKEND_APP_VERSION": "4.4.40", "FRONTEND_APP_VERSION": "1.1", "EULA_URL": "EULA_URL",