From 3e656de39ca585a307b558e46c26de61afc35b96 Mon Sep 17 00:00:00 2001 From: argirok Date: Thu, 2 Nov 2023 09:19:24 +0200 Subject: [PATCH] [develop | WIP] : Properties: add again clientManagementUrl property --- utils/properties/env-properties.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/properties/env-properties.ts b/utils/properties/env-properties.ts index 897895a2..9f6b6db8 100644 --- a/utils/properties/env-properties.ts +++ b/utils/properties/env-properties.ts @@ -61,6 +61,7 @@ export interface EnvProperties { registryUrl?: string; logoutUrl?: string; userInfoUrl?: string; + clientManagementUrl?: string, developersApiUrl?: string, cookieDomain?: string; feedbackmail?: string;