Remove topic.properties and incorporate into overall config file for xacml
[policy/xacml-pdp.git] / packages / policy-xacmlpdp-tarball / src / main / resources / etc / defaultConfig.json
1 {
2     "name": "XacmlPdpGroup",
3     "restServerParameters": {
4         "host": "0.0.0.0",
5         "port": 6969,
6         "userName": "healthcheck",
7         "password": "zb!XztG34",
8         "https": true,
9         "aaf": false
10     },
11     "applicationPath": "/opt/app/policy/pdpx/apps",
12     "topicParameterGroup": {
13         "topicSources" : [{
14             "topic" : "POLICY-PDP-PAP",
15             "servers" : [ "message-router" ],
16             "topicCommInfrastructure" : "dmaap"
17         }],
18         "topicSinks" : [{
19             "topic" : "POLICY-PDP-PAP",
20             "servers" : [ "message-router" ],
21             "topicCommInfrastructure" : "dmaap"
22         }]
23     }
24 }