Enable prometheus by default in xacml-pdp
[policy/xacml-pdp.git] / packages / policy-xacmlpdp-tarball / src / main / resources / etc / 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         "prometheus": true
13     },
14     "policyApiParameters": {
15         "hostname": "policy-api",
16         "port": 6969,
17         "userName": "healthcheck",
18         "password": "zb!XztG34",
19         "useHttps": true,
20         "aaf": false
21     },
22     "applicationParameters": {
23         "applicationPath": "/opt/app/policy/pdpx/apps"
24     },
25     "topicParameterGroup": {
26         "topicSources" : [{
27             "topic" : "POLICY-PDP-PAP",
28             "servers" : [ "message-router" ],
29             "topicCommInfrastructure" : "dmaap",
30             "fetchTimeout": 15000
31         }],
32         "topicSinks" : [{
33             "topic" : "POLICY-PDP-PAP",
34             "servers" : [ "message-router" ],
35             "topicCommInfrastructure" : "dmaap"
36         }]
37     }
38 }