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" }