diff options
Diffstat (limited to 'common/src/main/resources/dmaap/default-consumer.properties')
-rw-r--r-- | common/src/main/resources/dmaap/default-consumer.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/main/resources/dmaap/default-consumer.properties b/common/src/main/resources/dmaap/default-consumer.properties index 4d2ecce068..f19b64242d 100644 --- a/common/src/main/resources/dmaap/default-consumer.properties +++ b/common/src/main/resources/dmaap/default-consumer.properties @@ -10,7 +10,7 @@ SubContextPath=/events/ Protocol=http MethodType=GET contenttype=application/json -host=http://olsd005.wnsnet.attws.com:3904 +host=http://localhost:3904 partition=MSO maxBatchSize=100 maxAgeMs=250 |