diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-30 13:05:31 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-30 13:05:36 -0400 |
commit | aa29a28901dbc8eb892990a71e321880159500ad (patch) | |
tree | b61214dd2b6c08f00c2dc8d4275b036673fc8cb2 | |
parent | 6f93d1e3fac1dda1f457259b8b2cfd93bdcbe670 (diff) |
Fix default config in distribution
Issue-ID: POLICY-3526
Change-Id: Iae0d43829eb284a4aed5547d0944b66ccff77396
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r-- | packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json | 4 |
1 files changed, 2 insertions, 2 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 fd855c65..9ad5d6bc 100644 --- a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json @@ -50,8 +50,8 @@ ], "consumerGroup": "policy-group", "environmentName": "AUTO", - "keystorePath": "null", - "keystorePassword": "null", + "keyStorePath": "null", + "keyStorePassword": "null", "activeserverTlsAuth": false, "isFilterinEmptyResources": true, "isUseHttpsWithDmaap": false |