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