From 378f2903eddf4e61253c5c23c99f9575690a3240 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Mon, 27 Sep 2021 15:32:35 +0300 Subject: [PATCH] duplicate config entries --- apps/red-ui/src/assets/config/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/red-ui/src/assets/config/config.json b/apps/red-ui/src/assets/config/config.json index b63a35c1f..22b208d48 100644 --- a/apps/red-ui/src/assets/config/config.json +++ b/apps/red-ui/src/assets/config/config.json @@ -1,6 +1,9 @@ { - "OAUTH_URL": "https://demo.redactmanager.com/auth/realms/redaction", + "ADMIN_CONTACT_NAME": null, + "ADMIN_CONTACT_URL": null, "API_URL": "https://demo.redactmanager.com/redaction-gateway-v1", + "APP_NAME": "RedactManager", + "AUTO_READ_TIME": 1.5, "BACKEND_APP_VERSION": "4.4.40", "DELETE_RETENTION_HOURS": 96, "EULA_URL": "EULA_URL", @@ -14,6 +17,7 @@ "MAX_RETRIES_ON_SERVER_ERROR": 3, "OAUTH_CLIENT_ID": "redaction", "OAUTH_IDP_HINT": null, + "OAUTH_URL": "https://demo.redactmanager.com/auth/realms/redaction", "RECENT_PERIOD_IN_HOURS": 24, "SELECTION_MODE": "structural" }