173b20171de0913d96c15ce1110ff11ca8a6e753
[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         "heartBeatMs": 120000,
13         "updateParameters": {
14             "maxRetryCount": 1,
15             "maxWaitMs": 30000
16         },
17         "stateChangeParameters": {
18             "maxRetryCount": 1,
19             "maxWaitMs": 30000
20         }
21     },
22     "databaseProviderParameters": {
23         "name": "PolicyProviderParameterGroup",
24         "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
25         "databaseDriver": "org.mariadb.jdbc.Driver",
26         "databaseUrl": "jdbc:mariadb://mariadb:3306/policyadmin",
27         "databaseUser": "policy_user",
28         "databasePassword": "cG9saWN5X3VzZXI=",
29         "persistenceUnit": "PolicyMariaDb"
30     },
31     "topicParameterGroup": {
32         "topicSources" : [{
33             "topic" : "POLICY-PDP-PAP",
34             "servers" : [ "message-router" ],
35             "topicCommInfrastructure" : "dmaap"
36         }],
37         "topicSinks" : [{
38             "topic" : "POLICY-PDP-PAP",
39             "servers" : [ "message-router" ],
40             "topicCommInfrastructure" : "dmaap"
41         },
42         {
43             "topic" : "POLICY-NOTIFICATION",
44             "servers" : [ "message-router" ],
45             "topicCommInfrastructure" : "dmaap"
46         }]
47     },
48     "healthCheckRestClientParameters":[{
49         "clientName": "api",
50         "hostname": "policy-api",
51         "port": 6969,
52         "userName": "healthcheck",
53         "password": "zb!XztG34",
54         "useHttps": true,
55         "basePath": "policy/api/v1/healthcheck"
56     },
57     {
58         "clientName": "distribution",
59         "hostname": "policy-distribution",
60         "port": 6969,
61         "userName": "healthcheck",
62         "password": "zb!XztG34",
63         "useHttps": true,
64         "basePath": "healthcheck"
65     }]
66 }