diff options
author | jz385p <jegadeesh.babu@att.com> | 2020-02-05 15:40:15 +0530 |
---|---|---|
committer | Jegadeesh Babu <jegadeesh.babu@att.com> | 2020-02-05 10:16:03 +0000 |
commit | df54a39b99fd5e1a52522623dfdfc0d2247f1dbf (patch) | |
tree | af438a55d7fd0c4412c60fc7787792c07e3568c4 /portal-FE-os/src/environments/environment.prod.ts | |
parent | 099ece77f49e4a6bc4d9b35ef03a5e0f33bf8384 (diff) |
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 <jegadeesh.babu@att.com>
Diffstat (limited to 'portal-FE-os/src/environments/environment.prod.ts')
-rw-r--r-- | portal-FE-os/src/environments/environment.prod.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/portal-FE-os/src/environments/environment.prod.ts b/portal-FE-os/src/environments/environment.prod.ts index e8770249..e8dbe0f5 100644 --- a/portal-FE-os/src/environments/environment.prod.ts +++ b/portal-FE-os/src/environments/environment.prod.ts @@ -123,7 +123,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" }; |