Add fetch timeout to xacml-pdp properties
[policy/xacml-pdp.git] / packages / policy-xacmlpdp-tarball / src / main / resources / etc / defaultConfig.json
1 {
2     "name": "XacmlPdpParameters",
3     "pdpGroup": "defaultGroup",
4     "restServerParameters": {
5         "host": "0.0.0.0",
6         "port": 6969,
7         "userName": "healthcheck",
8         "password": "zb!XztG34",
9         "https": true,
10         "aaf": false
11     },
12     "policyApiParameters": {
13         "host": "policy-api",
14         "port": 6969,
15         "userName": "healthcheck",
16         "password": "zb!XztG34",
17         "https": true,
18         "aaf": false
19     },
20     "applicationPath": "/opt/app/policy/pdpx/apps",
21     "topicParameterGroup": {
22         "topicSources" : [{
23             "topic" : "POLICY-PDP-PAP",
24             "servers" : [ "message-router" ],
25             "topicCommInfrastructure" : "dmaap",
26             "fetchTimeout": 15000
27         }],
28         "topicSinks" : [{
29             "topic" : "POLICY-PDP-PAP",
30             "servers" : [ "message-router" ],
31             "topicCommInfrastructure" : "dmaap"
32         }]
33     }
34 }