diff options
Diffstat (limited to 'packages/policy-pap-tarball/src/main/resources/etc/s3pConfig.json')
-rw-r--r-- | packages/policy-pap-tarball/src/main/resources/etc/s3pConfig.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/policy-pap-tarball/src/main/resources/etc/s3pConfig.json b/packages/policy-pap-tarball/src/main/resources/etc/s3pConfig.json index 11bd507a..cc067930 100644 --- a/packages/policy-pap-tarball/src/main/resources/etc/s3pConfig.json +++ b/packages/policy-pap-tarball/src/main/resources/etc/s3pConfig.json @@ -7,5 +7,17 @@ "password": "zb!XztG34", "https": true, "aaf": false + }, + "topicParameterGroup": { + "topicSources" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap" + }], + "topicSinks" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap" + }] } }
\ No newline at end of file |