X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-FE-os%2Fsrc%2Fenvironments%2Fenvironment.prod.ts;h=e8770249770cebb327c9cee1a85409343450fea6;hb=3f7386d4245f9a05db961440ebf80d97d788f902;hp=2c026468ef5227432fd3e58f4e752af55f49f2fc;hpb=1515595ee5302e3380a65a7c7cace0905e2a38f1;p=portal.git 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" };