summaryrefslogtreecommitdiffstats
path: root/src/environments/environment.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/environments/environment.ts')
-rw-r--r--src/environments/environment.ts15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/environments/environment.ts b/src/environments/environment.ts
index 4c5df0c..e30faf3 100644
--- a/src/environments/environment.ts
+++ b/src/environments/environment.ts
@@ -29,10 +29,15 @@ export const environment = {
production: false,
//Environment for PROD
- 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'
-
+ /* 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'
+ */
+ // APIs for CORS proxy Service.
+ getDesigns: 'http://' + window.location.hostname + ':9090/cdtService/getDesigns',
+ validateTemplate: 'http://' + window.location.hostname + ':9090/cdtService/validateTemplate',
+ testVnf: 'http://' + window.location.hostname + ':9090/cdtService/testVnf',
+ checkTestStatus: 'http://' + window.location.hostname + ':9090/cdtService/checkTestStatus'
}; \ No newline at end of file