aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/test/resources/correct_config.json
blob: 5c80bc996875af07a8f98bfb1debe21ddbd3779a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
  "configs": {
    "aai": {
      "aaiClientConfiguration": {
        "aaiHost": "localhost",
        "aaiPort": 8080,
        "aaiIgnoreSslCertificateErrors": true,
        "aaiProtocol": "https",
        "aaiUserName": "admin",
        "aaiUserPassword": "admin",
        "aaiBasePath": "/aai/v11",
        "aaiPnfPath": "/network/pnfs/pnf",
        "aaiHeaders": {
          "X-FromAppId": "prh",
          "X-TransactionId": "9999",
          "Accept": "application/json",
          "Real-Time": "true",
          "Content-Type": "application/merge-patch+json",
          "Authorization": "Basic QUFJOkFBSQ=="
        }
      }
    },
    "dmaap": {
      "dmaapConsumerConfiguration": {
        "consumerGroup": "other",
        "consumerId": "1",
        "dmaapContentType": "application/json",
        "dmaapHostName": "localhost",
        "dmaapPortNumber": 2222,
        "dmaapProtocol": "http",
        "dmaapTopicName": "temp",
        "dmaapUserName": "admin",
        "dmaapUserPassword": "admin",
        "messageLimit": 1000,
        "timeoutMs": 1000
      },
      "dmaapProducerConfiguration": {
        "dmaapContentType": "application/json",
        "dmaapHostName": "localhost",
        "dmaapPortNumber": 2223,
        "dmaapProtocol": "http",
        "dmaapTopicName": "temp",
        "dmaapUserName": "admin",
        "dmaapUserPassword": "admin"
      }
    },
    "security": {
      "trustStorePath": "/opt/app/prh/local/org.onap.prh.trust.jks",
      "trustStorePasswordPath": "change it",
      "keyStorePath": "/opt/app/prh/local/org.onap.prh.p12",
      "keyStorePasswordPath": "change it",
      "enableAaiCertAuth": "false",
      "enableDmaapCertAuth": "false"
    }
  }
}