// 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'
};
// 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'
};
// 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'
};
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