add new enableCADI flag to dmaapbc properties 96/86496/1
authorTomek Kaminski <tomasz.kaminski@nokia.com>
Mon, 29 Apr 2019 09:07:39 +0000 (11:07 +0200)
committerTomek Kaminski <tomasz.kaminski@nokia.com>
Mon, 29 Apr 2019 09:07:39 +0000 (11:07 +0200)
Change-Id: I519abac97398dcb4f9055b9b2153feba519c164b
Issue-ID: DMAAP-1181
Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com>
dmaap-bc/misc/dmaapbc.properties.tmpl

index 505beec..d013ca3 100755 (executable)
@@ -151,8 +151,12 @@ MM.ProvUserPwd: ${DMAAPBC_MMPROV_PWD:-demo123456!}
 MM.AgentRole: ${DMAAPBC_MMAGENT_ROLE:-org.onap.dmaap-bc-mm-prov.agent}
 #################
 #
-# path to cadi.properties
+# CADI settings
 #
+# flag indication if CADI filtering is used
+enableCADI: ${DMAAPBC_ENABLE_CADI:-false}
+#
+# path to CADI properties
 cadi.properties: /opt/app/osaaf/local/org.onap.dmaap-bc.props
 
 #################