diff options
author | sj108s <sj108s@us.att.com> | 2018-04-25 13:19:42 +0530 |
---|---|---|
committer | sj108s <sj108s@us.att.com> | 2018-04-25 13:21:25 +0530 |
commit | cbe26e0a009088e018944e1e5a6f389212ab2cee (patch) | |
tree | 52ea0fb8677401bca15182e19ab91eba3fcd72bb /src/environments/environment.ts | |
parent | 7f0939f148645d3b47653dbee7fadc341b16c1c2 (diff) |
Changed environment files url from https to http
Changed environment files url from https to http for onap
Issue-ID: APPC-860
Change-Id: If443ae5bf5d152b916523b27bd9947b1aa2a6733
Signed-off-by: sj108s <sj108s@us.att.com>
Diffstat (limited to 'src/environments/environment.ts')
-rw-r--r-- | src/environments/environment.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 3a2f695..4c5df0c 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -29,10 +29,10 @@ export const environment = { production: false, //Environment for PROD - getDesigns: 'https://' + window.location.hostname + ':8282/restconf/operations/design-services:dbservice', - validateTemplate: 'https://' + window.location.hostname + ':8282/restconf/operations/design-services:validator', - testVnf: 'https://' + window.location.hostname + ':8282/restconf/operations/appc-provider-lcm:', - checkTestStatus: 'https://' + window.location.hostname + ':8282/restconf/operations/appc-provider-lcm:action-status' + getDesigns: 'http://' + window.location.hostname + ':8282/restconf/operations/design-services:dbservice', + validateTemplate: 'http://' + window.location.hostname + ':8282/restconf/operations/design-services:validator', + testVnf: 'http://' + window.location.hostname + ':8282/restconf/operations/appc-provider-lcm:', + checkTestStatus: 'http://' + window.location.hostname + ':8282/restconf/operations/appc-provider-lcm:action-status' };
\ No newline at end of file |