diff options
author | jegadeeshbabu3 <jegadeesh.babu@att.com> | 2020-08-11 01:49:30 +0530 |
---|---|---|
committer | Jegadeesh Babu <jegadeesh.babu@att.com> | 2020-08-10 20:35:54 +0000 |
commit | 560c13ca93cafcc163c5c139bc1324212c2dd54f (patch) | |
tree | 58253a0fe0d309ee92962429de9fe6629108f291 /portal-FE-os/src/environments | |
parent | 6c663f87de1fc993f6dde5a8051ead094b5537bd (diff) |
Raptor reporting capability integrated
Raptor capability integrated
Issue-ID: PORTAL-980
Change-Id: Ibf83612374515109172cac8e397dd15d004ca8a6
Signed-off-by: jegadeeshbabu3 <jegadeesh.babu@att.com>
Diffstat (limited to 'portal-FE-os/src/environments')
-rw-r--r-- | portal-FE-os/src/environments/environment.prod.ts | 1 | ||||
-rw-r--r-- | portal-FE-os/src/environments/environment.ts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/portal-FE-os/src/environments/environment.prod.ts b/portal-FE-os/src/environments/environment.prod.ts index 7cc34da5..93fdc510 100644 --- a/portal-FE-os/src/environments/environment.prod.ts +++ b/portal-FE-os/src/environments/environment.prod.ts @@ -1,5 +1,6 @@ export const environment = { production: true, + baseUrl: '', "api": { "singleAppInfo": "portalApi/singleAppInfo", "singleAppInfoById": "portalApi/singleAppInfoById", diff --git a/portal-FE-os/src/environments/environment.ts b/portal-FE-os/src/environments/environment.ts index d412522f..ef9c35ba 100644 --- a/portal-FE-os/src/environments/environment.ts +++ b/portal-FE-os/src/environments/environment.ts @@ -4,6 +4,7 @@ export const environment = { production: false, + baseUrl: 'http://www.portal.onap.org:9080/portal-be-os/', "api": { "singleAppInfo": "http://www.portal.onap.org:9080/portal-be-os/portalApi/singleAppInfo", "singleAppInfoById": "http://www.portal.onap.org:9080/portal-be-os/portalApi/singleAppInfoById", |