aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic Lunanuova <dgl@research.att.com>2019-04-30 00:14:43 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-30 00:14:43 +0000
commit08b47104ed2dfa350fc3e239cb8bfaff932a474a (patch)
tree381593aca6cb649df3fa341a7994ee2f0332a067
parent52ef341d9127771ed5876f0f8057a6d2db9b006e (diff)
parent127617eeb7b344065c75b6167d7aa8df8a170028 (diff)
Merge "add new enableCADI flag to dmaapbc properties"
-rwxr-xr-xdmaap-bc/misc/dmaapbc.properties.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/dmaap-bc/misc/dmaapbc.properties.tmpl b/dmaap-bc/misc/dmaapbc.properties.tmpl
index 505beec..d013ca3 100755
--- a/dmaap-bc/misc/dmaapbc.properties.tmpl
+++ b/dmaap-bc/misc/dmaapbc.properties.tmpl
@@ -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
#################