From df54a39b99fd5e1a52522623dfdfc0d2247f1dbf Mon Sep 17 00:00:00 2001 From: jz385p Date: Wed, 5 Feb 2020 15:40:15 +0530 Subject: global-search and search user components global-search and search user components with service Issue-ID: PORTAL-827 Change-Id: I503b259b71f3edcb27456d4e37c84fb356239f31 Signed-off-by: jz385p --- portal-FE-os/src/environments/environment.ts | 4 +++- 1 file changed, 3 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 3b13f085..470b0c2a 100644 --- a/portal-FE-os/src/environments/environment.ts +++ b/portal-FE-os/src/environments/environment.ts @@ -127,7 +127,9 @@ export const environment = { "footerLinkText": "", "footerMessage": "", "footerLogoImagePath": "", - "footerLogoText": "" + "footerLogoText": "", + "intraSearcLink": "", + "extraSpecSearcLink": "https://wiki.onap.org/dosearchsite.action?cql=siteSearch+~+searchStringPlaceHolder&queryString=searchStringPlaceHolder" }, "cookieDomain": "att.com" }; -- cgit 1.2.3-korg