Https to Http from vnfm-adapter to simulator
[integration/csit.git] / plans / so / integration-etsi-testing / so-simulators / vnfm-simulator / vnfm-service / src / main / java / org / onap / so / svnfm / simulator / config / ApplicationConfig.java
index 79b3fa8..b465792 100644 (file)
@@ -32,7 +32,7 @@ public class ApplicationConfig implements ApplicationRunner {
 
     @Override
     public void run(final ApplicationArguments args) throws Exception {
-        baseUrl = "https://" + serverDnsName + ":" + environment.getProperty(PORT);
+        baseUrl = "http://" + serverDnsName + ":" + environment.getProperty(PORT);
     }
 
     public String getBaseUrl() {