summaryrefslogtreecommitdiffstats
path: root/portal-FE-os/src/environments/environment.prod.ts
diff options
context:
space:
mode:
authorSunder Tattavarada <statta@research.att.com>2020-02-04 15:19:19 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-04 15:19:19 +0000
commit099ece77f49e4a6bc4d9b35ef03a5e0f33bf8384 (patch)
tree43ebcfcc2fb394b729853f4df14a149940c90e36 /portal-FE-os/src/environments/environment.prod.ts
parent728c55e4233b5f7e449f67dea4c4ca987da701b7 (diff)
parent3f7386d4245f9a05db961440ebf80d97d788f902 (diff)
Merge "Added portal-FE-os components"
Diffstat (limited to 'portal-FE-os/src/environments/environment.prod.ts')
-rw-r--r--portal-FE-os/src/environments/environment.prod.ts13
1 files changed, 11 insertions, 2 deletions
diff --git a/portal-FE-os/src/environments/environment.prod.ts b/portal-FE-os/src/environments/environment.prod.ts
index 2c026468..e8770249 100644
--- a/portal-FE-os/src/environments/environment.prod.ts
+++ b/portal-FE-os/src/environments/environment.prod.ts
@@ -102,7 +102,7 @@ export const environment = {
"getAllWebAnalytics": "portalApi/getAllWebAnalytics",
"modifyWebAnalyticsReport": "portalApi/modifyWebAnalyticsReport",
"appsFullList": "portalApi/appsFullList",
- "ecompTitle": "portalApi/ecompTitle",
+ "portalTitle": "portalApi/ecompTitle",
"getRecommendations": "portalApi/getRecommendations",
"centralizedApps": "portalApi/centralizedApps",
"getSchedulerId": "portalApi/post_create_new_vnf_change",
@@ -114,7 +114,16 @@ export const environment = {
"checkIfUserIsSuperAdmin": "portalApi/checkIfUserIsSuperAdmin",
"getCurrentLang": "auxapi/languageSetting/user/:loginId",
"getLanguages": "auxapi/language",
- "updateLang": "auxapi/languageSetting/user/:loginId"
+ "updateLang": "auxapi/languageSetting/user/:loginId",
+ "linkQ": "",
+ "linkPic": "",
+ "brandName": "ONAP Portal",
+ "brandLogoImagePath": "",
+ "footerLink": "",
+ "footerLinkText": "",
+ "footerMessage": "",
+ "footerLogoImagePath": "",
+ "footerLogoText": ""
},
"cookieDomain": "att.com"
};