Changes to PAP infrastructure to support PDP
[policy/pap.git] / packages / policy-pap-tarball / src / main / resources / etc / defaultConfig.json
1 {
2     "name": "PapGroup",
3     "restServerParameters": {
4         "host": "0.0.0.0",
5         "port": 6969,
6         "userName": "healthcheck",
7         "password": "zb!XztG34",
8         "https": true,
9         "aaf": false
10     },
11     "pdpParameters": {
12         "updateParameters": {
13             "maxRetryCount": 1,
14             "maxWaitMs": 1
15         },
16         "stateChangeParameters": {
17             "maxRetryCount": 1,
18             "maxWaitMs": 1
19         }
20     }
21 }