X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=packages%2Fpolicy-xacmlpdp-tarball%2Fsrc%2Fmain%2Fresources%2Fetc%2FdefaultConfig.json;h=cc56bd179bfd7e77956bc8336a73e03a7d7f4076;hb=aba606406dded6ea6d9bf140ea2cbbf11fe90238;hp=cc13e5b30b3f90322684d2185a81b5c0bdf1e6ef;hpb=dc6afa16a2b9fbd19373a1e2ca5859df2782dcb6;p=policy%2Fxacml-pdp.git diff --git a/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json index cc13e5b3..cc56bd17 100644 --- a/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json @@ -8,5 +8,17 @@ "https": true, "aaf": false }, - "applicationPath": "/opt/app/policy/pdpx/apps" + "applicationPath": "/opt/app/policy/pdpx/apps", + "topicParameterGroup": { + "topicSources" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap" + }], + "topicSinks" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap" + }] + } }