Remove base64 encoding of password from pap
[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": "policy_user",
29         "persistenceUnit": "PolicyMariaDb"
30     },
31     "topicParameterGroup": {
32         "topicSources" : [{
33             "topic" : "POLICY-PDP-PAP",
34             "servers" : [ "message-router" ],
35             "topicCommInfrastructure" : "dmaap",
36             "fetchTimeout": 15000
37         }],
38         "topicSinks" : [{
39             "topic" : "POLICY-PDP-PAP",
40             "servers" : [ "message-router" ],
41             "topicCommInfrastructure" : "dmaap"
42         },
43         {
44             "topic" : "POLICY-NOTIFICATION",
45             "servers" : [ "message-router" ],
46             "topicCommInfrastructure" : "dmaap"
47         }]
48     },
49     "healthCheckRestClientParameters":[{
50         "clientName": "api",
51         "hostname": "policy-api",
52         "port": 6969,
53         "userName": "healthcheck",
54         "password": "zb!XztG34",
55         "useHttps": true,
56         "basePath": "policy/api/v1/healthcheck"
57     },
58     {
59         "clientName": "distribution",
60         "hostname": "policy-distribution",
61         "port": 6969,
62         "userName": "healthcheck",
63         "password": "zb!XztG34",
64         "useHttps": true,
65         "basePath": "healthcheck"
66     }]
67 }