Make xacml pdpType configurable
[policy/xacml-pdp.git] / packages / policy-xacmlpdp-tarball / src / main / resources / etc / s3pConfig.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 }