diff options
author | Jim Hahn <jrh3@att.com> | 2021-07-22 14:51:20 +0000 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-07-22 14:51:20 +0000 |
commit | cbb065aa43db6a1552aeb51bbb8b1020333a7aba (patch) | |
tree | 181eb2b234fc01a14629e882d4356cf351405f38 /packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json | |
parent | b59b14d47b590ff94b7c98348c1617990d03c86f (diff) |
Revert "Use new RestClientParameters class in distribution"
This reverts commit b59b14d47b590ff94b7c98348c1617990d03c86f.
Reason for revert: needs complete rework
Issue-ID: POLICY-3456
Change-Id: I7b1f5bb1a9c8cb681808d52b4d6c18377f6a0250
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json')
-rw-r--r-- | packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json index 36bec4c0..f5fe30d5 100644 --- a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json @@ -71,21 +71,20 @@ "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 } } } -} +}
\ No newline at end of file |