commit | 56a82291ea5798ae610370f103e97c69c060c8df | [log] [tgz] |
---|---|---|
author | jhh <jorge.hernandez-herrero@att.com> | Wed May 13 11:19:13 2020 -0500 |
committer | jhh <jorge.hernandez-herrero@att.com> | Wed May 13 11:19:13 2020 -0500 |
tree | bfabebca37f6560213c1c926de6daad42ffdc8a9 | |
parent | 6d2959df1f4b25f7e4f14cd76892182060cde5b9 [diff] [blame] |
Change SO Actor simulator to use http Issue-ID: POLICY-2560 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: If1c706dbb108ce3265dcab0da09fcf4081464c2a
diff --git a/scripts/policy/config/sim-all/simParameters.json b/scripts/policy/config/sim-all/simParameters.json index cd34733..e98acc0 100644 --- a/scripts/policy/config/sim-all/simParameters.json +++ b/scripts/policy/config/sim-all/simParameters.json
@@ -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$" },