aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json')
-rw-r--r--packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json b/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json
index b2970e73..4589fddc 100644
--- a/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json
+++ b/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json
@@ -51,19 +51,18 @@
"parameterClassName": "org.onap.policy.distribution.forwarding.lifecycle.api.LifecycleApiForwarderParameters",
"parameters": {
"apiParameters": {
- "hostname": "policy-api",
+ "hostName": "policy-api",
"port": 6969,
- "useHttps": true,
"userName": "healthcheck",
"password": "zb!XztG34"
},
"papParameters": {
- "hostname": "policy-pap",
+ "hostName": "policy-pap",
"port": 6969,
- "useHttps": true,
"userName": "healthcheck",
"password": "zb!XztG34"
},
+ "isHttps": true,
"deployPolicies": true
}
}