diff options
Diffstat (limited to 'bundleconfig-local/etc')
-rw-r--r-- | bundleconfig-local/etc/appprops/MsgRtrApi.properties | 1 | ||||
-rw-r--r-- | bundleconfig-local/etc/sysprops/sys-props.properties | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bundleconfig-local/etc/appprops/MsgRtrApi.properties b/bundleconfig-local/etc/appprops/MsgRtrApi.properties index 3aef922..b36ac0f 100644 --- a/bundleconfig-local/etc/appprops/MsgRtrApi.properties +++ b/bundleconfig-local/etc/appprops/MsgRtrApi.properties @@ -151,6 +151,7 @@ msgRtr.namespace.aaf=org.onap.dmaap.mr.topic msgRtr.topicfactory.aaf=org.onap.dmaap.mr.topicFactory|:org.onap.dmaap.mr.topic: enforced.topic.name.AAF=org.onap.dmaap.mr forceAAF=false +useCustomAcls=false transidUEBtopicreqd=false defaultNSforUEB=org.onap.dmaap.mr ############################################################################## diff --git a/bundleconfig-local/etc/sysprops/sys-props.properties b/bundleconfig-local/etc/sysprops/sys-props.properties index cfba8d0..eccd1ee 100644 --- a/bundleconfig-local/etc/sysprops/sys-props.properties +++ b/bundleconfig-local/etc/sysprops/sys-props.properties @@ -161,3 +161,4 @@ RESTLET_COMPONENT_REUSE_ADDRESS=true maxcontentlength=10000 msg_size_exceeds=Message size exceeds the default size. forceAAF=false +useCustomAcls=false |