summaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2021-06-08 12:21:45 -0500
committerjhh <jorge.hernandez-herrero@att.com>2021-06-08 12:21:45 -0500
commitdbae6557fe8d6cb50a74892655388db551ccd4fb (patch)
treef3ef6c38f5914f0c2e2193fd10ecf83983be51b3 /controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties
parent69bf77ecbd1e4b4937fcefe9931dc3ec2f6c68ae (diff)
Use global dmaap https flag as default config
Issue-ID: POLICY-3366 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Ic6a7b7a06c99d162fdb97ebaba8e1e9e9c588e71
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties')
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties
index 4d2a0bb1e..390c06b66 100644
--- a/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties
+++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-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.
@@ -18,6 +18,6 @@
dmaap.sink.topics=SDNR-CL
-dmaap.sink.topics.SDNR-CL.servers=${env:DMAAP_SERVERS}
-dmaap.sink.topics.SDNR-CL.https=true
+dmaap.sink.topics.SDNR-CL.servers=${envd:DMAAP_SERVERS}
+dmaap.sink.topics.SDNR-CL.https=${envd:DMAAP_HTTPS:true}