Get policy type from policy-api
[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     "policyApiParameters": {
12         "host": "pap",
13         "port": 6969,
14         "userName": "healthcheck",
15         "password": "zb!XztG34",
16         "https": true,
17         "aaf": false
18     },
19     "applicationPath": "/opt/app/policy/pdpx/apps",
20     "topicParameterGroup": {
21         "topicSources" : [{
22             "topic" : "POLICY-PDP-PAP",
23             "servers" : [ "message-router" ],
24             "topicCommInfrastructure" : "dmaap"
25         }],
26         "topicSinks" : [{
27             "topic" : "POLICY-PDP-PAP",
28             "servers" : [ "message-router" ],
29             "topicCommInfrastructure" : "dmaap"
30         }]
31     }
32 }