From 3b894ee29da6a9409bcc118a94b024d81586251a Mon Sep 17 00:00:00 2001 From: sunil unnava Date: Thu, 6 Sep 2018 20:37:53 -0400 Subject: Fixes for security vulnerabilities Issue-ID: DMAAP-738 Change-Id: Ie569c5eef3d015dd613e8c2f5b343da2f030f1e5 Signed-off-by: sunil unnava --- bundleconfig-local/etc/appprops/MsgRtrApi.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bundleconfig-local/etc') diff --git a/bundleconfig-local/etc/appprops/MsgRtrApi.properties b/bundleconfig-local/etc/appprops/MsgRtrApi.properties index 106a1af..552c6a7 100644 --- a/bundleconfig-local/etc/appprops/MsgRtrApi.properties +++ b/bundleconfig-local/etc/appprops/MsgRtrApi.properties @@ -37,7 +37,7 @@ ## Both Cambria and Kafka make use of Zookeeper. ## #config.zk.servers=172.18.1.1 -config.zk.servers= +config.zk.servers=10.12.5.108 #config.zk.root=/fe3c/cambria/config @@ -49,7 +49,7 @@ config.zk.servers= ## configurations (after removing "kafka.") ## if you want to change request.required.acks it can take this one value #kafka.metadata.broker.list=localhost:9092,localhost:9093 -kafka.metadata.broker.list=: +kafka.metadata.broker.list=10.12.5.108:9092 ##kafka.request.required.acks=-1 #kafka.client.zookeeper=${config.zk.servers} consumer.timeout.ms=100 -- cgit 1.2.3-korg