Changes made to upgrade pom version
[portal.git] / portal-FE-os / src / environments / environment.prod.ts
index 2c02646..db6b5bf 100644 (file)
@@ -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,21 @@ 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"
+   },
+    "getAccessUrl": "",
+    "getAccessName":"",
+    "getAccessInfo":"",
+    "cookieDomain": "onap.org"
 };