diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-19 19:51:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-19 19:51:32 +0000 |
commit | fb1b08d5dd94998f4b279a65b9a74604d80ee691 (patch) | |
tree | 440b8c9b4c31e3af9b87938fdff3a57c5be7dd95 /ms/blueprintsprocessor/application/src | |
parent | aa15f81483337116ceee43cb6c37c52a7ed47217 (diff) | |
parent | 74701a57756a3e07f9b321e5937c2e8c4bcf6b63 (diff) |
Merge "Bug-fix - CDS Processor-DB & Default Dictionary not working"
Diffstat (limited to 'ms/blueprintsprocessor/application/src')
-rwxr-xr-x | ms/blueprintsprocessor/application/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/resources/application.properties b/ms/blueprintsprocessor/application/src/main/resources/application.properties index 66c7b3594..6d8a4fa2b 100755 --- a/ms/blueprintsprocessor/application/src/main/resources/application.properties +++ b/ms/blueprintsprocessor/application/src/main/resources/application.properties @@ -113,4 +113,4 @@ blueprintsprocessor.messageconsumer.self-service-api.pollMillSec=1000 blueprintsprocessor.messageproducer.self-service-api.type=kafka-basic-auth blueprintsprocessor.messageproducer.self-service-api.bootstrapServers=127.0.0.1:9092 blueprintsprocessor.messageproducer.self-service-api.clientId=default-client-id -blueprintsprocessor.messageproducer.self-service-api.topic=producer.t +blueprintsprocessor.messageproducer.self-service-api.topic=producer.t
\ No newline at end of file |