diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-03-17 17:40:24 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-03-17 17:57:24 -0500 |
commit | 93d4ee603e563d292845e12b85811bd9e8c42d44 (patch) | |
tree | e14a3ef49dfe8c21d8886f2e97eae3eb4c25cc2c /csit/config/drools-apps/custom/feature-lifecycle.properties | |
parent | 64b967be75708faff5f531591fa2f87bf722bffe (diff) |
Reuse https environment flags drools csits
Issue-ID: POLICY-3995
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ic5eb0397c5f58169845bd07f4fb2d9ab5b039b6d
Diffstat (limited to 'csit/config/drools-apps/custom/feature-lifecycle.properties')
-rw-r--r-- | csit/config/drools-apps/custom/feature-lifecycle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/config/drools-apps/custom/feature-lifecycle.properties b/csit/config/drools-apps/custom/feature-lifecycle.properties index edf0759f..dcbf290e 100644 --- a/csit/config/drools-apps/custom/feature-lifecycle.properties +++ b/csit/config/drools-apps/custom/feature-lifecycle.properties @@ -29,10 +29,10 @@ dmaap.source.topics.POLICY-PDP-PAP.servers=${envd:DMAAP_SERVERS} dmaap.source.topics.POLICY-PDP-PAP.effectiveTopic=${envd:POLICY_PDP_PAP_TOPIC} dmaap.source.topics.POLICY-PDP-PAP.apiKey=${envd:POLICY_PDP_PAP_API_KEY} dmaap.source.topics.POLICY-PDP-PAP.apiSecret=${envd:POLICY_PDP_PAP_API_SECRET} -dmaap.source.topics.POLICY-PDP-PAP.https={{HTTPS_ENABLED}} +dmaap.source.topics.POLICY-PDP-PAP.https=${envd:DMAAP_HTTPS:true} dmaap.sink.topics.POLICY-PDP-PAP.servers=${envd:DMAAP_SERVERS} dmaap.sink.topics.POLICY-PDP-PAP.effectiveTopic=${envd:POLICY_PDP_PAP_TOPIC} dmaap.sink.topics.POLICY-PDP-PAP.apiKey=${envd:POLICY_PDP_PAP_API_KEY} dmaap.sink.topics.POLICY-PDP-PAP.apiSecret=${envd:POLICY_PDP_PAP_API_SECRET} -dmaap.sink.topics.POLICY-PDP-PAP.https={{HTTPS_ENABLED}} +dmaap.sink.topics.POLICY-PDP-PAP.https=${envd:DMAAP_HTTPS:true} |