Change dmaap hostname for integration with oam
[nonrtric.git] / docker-compose / docker-compose-policy-framework / config / xacml-pdp / defaultConfig.json
1 {
2     "name": "XacmlPdpParameters",
3     "pdpGroup": "defaultGroup",
4     "pdpType": "xacml",
5     "restServerParameters": {
6         "host": "0.0.0.0",
7         "port": 6969,
8         "userName": "healthcheck",
9         "password": "zb!XztG34",
10         "https": true,
11         "aaf": false
12     },
13     "policyApiParameters": {
14         "host": "policy-api",
15         "port": 6969,
16         "userName": "healthcheck",
17         "password": "zb!XztG34",
18         "useHttps": true,
19         "allowSelfSignedCerts" : true,
20         "aaf": false
21     },
22     "applicationPath": "/opt/app/policy/pdpx/apps",
23     "topicParameterGroup": {
24         "topicSources" : [{
25             "topic" : "POLICY-PDP-PAP",
26             "servers" : [ "onap-dmaap" ],
27             "topicCommInfrastructure" : "dmaap",
28             "useHttps" : false,
29             "allowSelfSignedCerts" : true
30         }],
31         "topicSinks" : [{
32             "topic" : "POLICY-PDP-PAP",
33             "servers" : [ "onap-dmaap" ],
34             "topicCommInfrastructure" : "dmaap",
35             "useHttps" : false,
36             "allowSelfSignedCerts" : true
37         }]
38     }
39 }