From c47ea589f9d89d6b57aae48149a5a67b5bf6c953 Mon Sep 17 00:00:00 2001 From: Sudarshan Kumar Date: Thu, 6 Feb 2020 15:48:09 +0530 Subject: Fixed Portal-FE-os build issues Fixed Portal-FE-os build issues Issue-ID: PORTAL-795 Change-Id: I7eb5998ab6d4185338955b02fe478c0bbc2f419e Signed-off-by: Sudarshan Kumar --- portal-FE-os/src/environments/environment.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'portal-FE-os/src/environments/environment.ts') diff --git a/portal-FE-os/src/environments/environment.ts b/portal-FE-os/src/environments/environment.ts index 470b0c2a..1f57ef71 100644 --- a/portal-FE-os/src/environments/environment.ts +++ b/portal-FE-os/src/environments/environment.ts @@ -129,7 +129,10 @@ export const environment = { "footerLogoImagePath": "", "footerLogoText": "", "intraSearcLink": "", - "extraSpecSearcLink": "https://wiki.onap.org/dosearchsite.action?cql=siteSearch+~+searchStringPlaceHolder&queryString=searchStringPlaceHolder" + "extraSearcLink": "https://wiki.onap.org/dosearchsite.action?cql=siteSearch+~+searchStringPlaceHolder&queryString=searchStringPlaceHolder", + "getAccessUrl": "", + "getAccessName":"", + "getAccessInfo":"" }, "cookieDomain": "att.com" }; -- cgit 1.2.3-korg