aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-xacmlpdp-tarball/src/main/resources/etc/s3pConfig.json
blob: 4b6ad6850f0f26888e694d35a460eefdd2a6daba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "XacmlPdpParameters",
    "pdpGroup": "defaultGroup",
    "pdpType": "xacml",
    "restServerParameters":{
        "host":"0.0.0.0",
        "port":6969,
        "userName":"healthcheck",
        "password":"zb!XztG34",
        "https": true,
        "aaf": false
    }
}