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