diff options
Diffstat (limited to 'prh-app-server/config')
-rw-r--r-- | prh-app-server/config/prh_endpoints.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/prh-app-server/config/prh_endpoints.json b/prh-app-server/config/prh_endpoints.json index dcfbab3f..2e709e99 100644 --- a/prh-app-server/config/prh_endpoints.json +++ b/prh-app-server/config/prh_endpoints.json @@ -2,26 +2,26 @@ "configs": { "dmaap": { "dmaapConsumerConfiguration": { - "dmmapHostName": "localhost", - "dmmapPortNumber": 2222, - "dmmapTopicName": "temp", - "dmmapProtocol": "http", - "dmmapUserName": "admin", - "dmmapUserPassword": "admin", - "dmmapContentType": "application/json", + "dmaapHostName": "localhost", + "dmaapPortNumber": 2222, + "dmaapTopicName": "temp", + "dmaapProtocol": "http", + "dmaapUserName": "admin", + "dmaapUserPassword": "admin", + "dmaapContentType": "application/json", "consumerId": "1", "consumerGroup": "other", "timeoutMS": 1000, - "message-limit": 1000 + "messageLimit": 1000 }, "dmaapProducerConfiguration": { - "dmmapHostName": "localhost", - "dmmapPortNumber": 2223, - "dmmapTopicName": "temp", - "dmmapProtocol": "http", - "dmmapUserName": "admin", - "dmmapUserPassword": "admin", - "dmmapContentType": "application/json" + "dmaapHostName": "localhost", + "dmaapPortNumber": 2223, + "dmaapTopicName": "temp", + "dmaapProtocol": "http", + "dmaapUserName": "admin", + "dmaapUserPassword": "admin", + "dmaapContentType": "application/json" } }, "aai": { |