X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-FE-os%2Fsrc%2Fenvironments%2Fenvironment.prod.ts;h=7cc34da57044af18e1dee8f621a9c259041b7077;hb=9197ec4902db72c025afb142270a090491c7f281;hp=2c026468ef5227432fd3e58f4e752af55f49f2fc;hpb=4716ffe6e77e3f873ba0b9dae9a4d0e1fda75342;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..7cc34da5 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,22 @@ export const environment = { "checkIfUserIsSuperAdmin": "portalApi/checkIfUserIsSuperAdmin", "getCurrentLang": "auxapi/languageSetting/user/:loginId", "getLanguages": "auxapi/language", - "updateLang": "auxapi/languageSetting/user/:loginId" -}, -"cookieDomain": "att.com" + "updateLang": "auxapi/languageSetting/user/:loginId", + "linkQ": "", + "linkPic": "", + "brandName": "ONAP Portal", + "brandLogoImagePath": "", + "footerLink": "", + "footerLinkText": "", + "footerMessage": "", + "footerLogoImagePath": "", + "footerLogoText": "", + "intraSearcLink": "", + "extraSearcLink": "https://wiki.onap.org/dosearchsite.action?cql=siteSearch+~+searchStringPlaceHolder&queryString=searchStringPlaceHolder", + "browserCompatibilityMsg": "This Application is best viewed on Firefox, Chrome and Edge." + }, + "getAccessUrl": "", + "getAccessName":"", + "getAccessInfo":"", + "cookieDomain": "onap.org" };