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