summaryrefslogtreecommitdiffstats
path: root/portal-FE-os/src/environments/environment.ts
diff options
context:
space:
mode:
authorSudarshan Kumar <sudarshan.kumar@att.com>2020-02-06 15:48:09 +0530
committerSudarshan Kumar <sudarshan.kumar@att.com>2020-02-06 16:02:18 +0000
commitc47ea589f9d89d6b57aae48149a5a67b5bf6c953 (patch)
treef4b259e9513f7491387818e68d628915c178254a /portal-FE-os/src/environments/environment.ts
parentbe539894f21c8dea9e82fbfbeb3efa3d6b315e05 (diff)
Fixed Portal-FE-os build issues
Fixed Portal-FE-os build issues Issue-ID: PORTAL-795 Change-Id: I7eb5998ab6d4185338955b02fe478c0bbc2f419e Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'portal-FE-os/src/environments/environment.ts')
-rw-r--r--portal-FE-os/src/environments/environment.ts5
1 files changed, 4 insertions, 1 deletions
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"
};