From dbae6557fe8d6cb50a74892655388db551ccd4fb Mon Sep 17 00:00:00 2001 From: jhh Date: Tue, 8 Jun 2021 12:21:45 -0500 Subject: Use global dmaap https flag as default config Issue-ID: POLICY-3366 Signed-off-by: jhh Change-Id: Ic6a7b7a06c99d162fdb97ebaba8e1e9e9c588e71 --- .../src/main/feature/config/POLICY-CL-MGT-topic.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties') diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties index e9975bcfb..10f442bd3 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # ONAP # ================================================================================ -# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,5 +17,5 @@ # ============LICENSE_END========================================================= dmaap.sink.topics=POLICY-CL-MGT -dmaap.sink.topics.POLICY-CL-MGT.servers=${env:DMAAP_SERVERS} -dmaap.sink.topics.POLICY-CL-MGT.https=true +dmaap.sink.topics.POLICY-CL-MGT.servers=${envd:DMAAP_SERVERS} +dmaap.sink.topics.POLICY-CL-MGT.https=${envd:DMAAP_HTTPS:true} -- cgit 1.2.3-korg