From cbe26e0a009088e018944e1e5a6f389212ab2cee Mon Sep 17 00:00:00 2001 From: sj108s Date: Wed, 25 Apr 2018 13:19:42 +0530 Subject: 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 --- src/environments/environment.dev3.ts | 6 +++--- src/environments/environment.dev4.ts | 6 +++--- src/environments/environment.prod.ts | 6 +++--- src/environments/environment.ts | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/environments/environment.dev3.ts b/src/environments/environment.dev3.ts index cff9cb2..5879dd4 100644 --- a/src/environments/environment.dev3.ts +++ b/src/environments/environment.dev3.ts @@ -26,7 +26,7 @@ limitations under the License. // The list of which env maps to which file can be found in `.angular-cli.json`. export const environment = { production: false, - getDesigns: 'https://' + window.location.hostname + ':8282/restconf/operations/design-services:dbservice', - validateTemplate: 'https://' + window.location.hostname + ':8282/restconf/operations/design-services:validator', - testConfigure: 'https://' + window.location.hostname + ':8282/restconf/operations/appc-provider-lcm:configure' + getDesigns: 'http://' + window.location.hostname + ':8282/restconf/operations/design-services:dbservice', + validateTemplate: 'http://' + window.location.hostname + ':8282/restconf/operations/design-services:validator', + testConfigure: 'http://' + window.location.hostname + ':8282/restconf/operations/appc-provider-lcm:configure' }; diff --git a/src/environments/environment.dev4.ts b/src/environments/environment.dev4.ts index cff9cb2..5879dd4 100644 --- a/src/environments/environment.dev4.ts +++ b/src/environments/environment.dev4.ts @@ -26,7 +26,7 @@ limitations under the License. // The list of which env maps to which file can be found in `.angular-cli.json`. export const environment = { production: false, - getDesigns: 'https://' + window.location.hostname + ':8282/restconf/operations/design-services:dbservice', - validateTemplate: 'https://' + window.location.hostname + ':8282/restconf/operations/design-services:validator', - testConfigure: 'https://' + window.location.hostname + ':8282/restconf/operations/appc-provider-lcm:configure' + getDesigns: 'http://' + window.location.hostname + ':8282/restconf/operations/design-services:dbservice', + validateTemplate: 'http://' + window.location.hostname + ':8282/restconf/operations/design-services:validator', + testConfigure: 'http://' + window.location.hostname + ':8282/restconf/operations/appc-provider-lcm:configure' }; diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 98fa798..8424941 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -26,7 +26,7 @@ limitations under the License. // The list of which env maps to which file can be found in `.angular-cli.json`. export const environment = { production: true, - getDesigns: 'https://' + window.location.hostname + ':8282/restconf/operations/design-services:dbservice', - validateTemplate: 'https://' + window.location.hostname + ':8282/restconf/operations/design-services:validator', - testConfigure: 'https://' + window.location.hostname + ':8282/restconf/operations/appc-provider-lcm:configure' + getDesigns: 'http://' + window.location.hostname + ':8282/restconf/operations/design-services:dbservice', + validateTemplate: 'http://' + window.location.hostname + ':8282/restconf/operations/design-services:validator', + testConfigure: 'http://' + window.location.hostname + ':8282/restconf/operations/appc-provider-lcm:configure' }; 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 -- cgit 1.2.3-korg