diff options
author | Lusheng Ji <lji@research.att.com> | 2018-04-12 21:43:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-12 21:43:29 +0000 |
commit | fe084656d61212a7e4a5f6cc6f60b3eb6a146302 (patch) | |
tree | 94b7077f4a2ad0a0e4e469f39ffbbeb3cd220e21 /prh-app-server/src/test/resources/prh_endpoints.json | |
parent | ed8fc543198ec2a878f7e4e2966fa66a6c4986a9 (diff) | |
parent | 3c2e8c9c4c32ad59be75a7500e628344c6dab5bf (diff) |
Merge "Already added loading config for AAI and DMAAP"
Diffstat (limited to 'prh-app-server/src/test/resources/prh_endpoints.json')
-rw-r--r-- | prh-app-server/src/test/resources/prh_endpoints.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/prh-app-server/src/test/resources/prh_endpoints.json b/prh-app-server/src/test/resources/prh_endpoints.json new file mode 100644 index 00000000..c3e96d65 --- /dev/null +++ b/prh-app-server/src/test/resources/prh_endpoints.json @@ -0,0 +1,38 @@ +{ + "configs": { + "aai": { + "aaiHttpClientConfiguration": { + "aaiHost": "", + "aaiHostPortNumber": 8080, + "aaiIgnoreSSLCertificateErrors": true, + "aaiProtocol": "https", + "aaiUserName": "admin", + "aaiUserPassword": "admin" + } + }, + "dmaap": { + "dmaapConsumerConfiguration": { + "consumerGroup": "other", + "consumerId": "1", + "dmmapContentType": "application/json", + "dmmapHostName": "localhost", + "dmmapPortNumber": 2222, + "dmmapProtocol": "http", + "dmmapTopicName": "temp", + "dmmapUserName": "admin", + "dmmapUserPassword": "admin", + "messageLimit": 1000, + "timeoutMS": 1000 + }, + "dmaapProducerConfiguration": { + "dmmapContentType": "application/json", + "dmmapHostName": "localhost", + "dmmapPortNumber": 2223, + "dmmapProtocol": "http", + "dmmapTopicName": "temp", + "dmmapUserName": "admin", + "dmmapUserPassword": "admin" + } + } + } +}
\ No newline at end of file |