Merge "Change SO Actor simulator to use http"
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 15 May 2020 07:52:15 +0000 (07:52 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 15 May 2020 07:52:15 +0000 (07:52 +0000)
scripts/policy/config/sim-all/simParameters.json

index cd34733..e98acc0 100644 (file)
@@ -33,7 +33,7 @@
             "providerClass": "org.onap.policy.simulators.SoSimulatorJaxRs",
             "host": "0.0.0.0",
             "port": 6669,
-            "https": true,
+            "https": false,
             "userName": "InfraPortalClient",
             "password": "password1$"
         },