aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2020-05-15 07:52:15 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-15 07:52:15 +0000
commit60e200441cd0f81d88c63b41eb82d3e236328014 (patch)
tree5a986fef10763925aba2008244a7bc2bc2c637d8
parentb3b736446758775a230e54605daf3393ca6794a8 (diff)
parent56a82291ea5798ae610370f103e97c69c060c8df (diff)
Merge "Change SO Actor simulator to use http"
-rw-r--r--scripts/policy/config/sim-all/simParameters.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/policy/config/sim-all/simParameters.json b/scripts/policy/config/sim-all/simParameters.json
index cd347337..e98acc03 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$"
},