From e0551f4404e1011ccd9d8ca4c3e9c441360d9d2f Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Tue, 18 Sep 2018 14:39:34 +0200 Subject: Fix Sonar build problems Change-Id: I92896b289e3a3cd0387b4b864dceacdf5c8c0403 Issue-ID: DCAEGEN2-792 Signed-off-by: elinuxhenrik --- .../src/main/resources/datafile_endpoints.json | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 datafile-app-server/src/main/resources/datafile_endpoints.json (limited to 'datafile-app-server/src') diff --git a/datafile-app-server/src/main/resources/datafile_endpoints.json b/datafile-app-server/src/main/resources/datafile_endpoints.json new file mode 100644 index 00000000..f6b65fba --- /dev/null +++ b/datafile-app-server/src/main/resources/datafile_endpoints.json @@ -0,0 +1,28 @@ +{ + "configs": { + "dmaap": { + "dmaapConsumerConfiguration": { + "consumerGroup": "notification", + "consumerId": "1", + "dmaapContentType": "application/json", + "dmaapHostName": "localhost", + "dmaapPortNumber": 3904, + "dmaapProtocol": "http", + "dmaapTopicName": "/events/unauthenticated.VES_NOTIFICATION_OUTPUT", + "dmaapUserName": "admin", + "dmaapUserPassword": "admin", + "messageLimit": 1000, + "timeoutMS": 1000 + }, + "dmaapProducerConfiguration": { + "dmaapContentType": "application/octet-stream", + "dmaapHostName": "localhost", + "dmaapPortNumber": 3905, + "dmaapProtocol": "http", + "dmaapTopicName": "/events/unauthenticated.VES_NOTIFICATION_OUTPUT", + "dmaapUserName": "admin", + "dmaapUserPassword": "admin" + } + } + } +} -- cgit 1.2.3-korg