diff options
author | wr148d <wr148d@att.com> | 2021-05-20 09:52:02 -0400 |
---|---|---|
committer | William Reehil <william.reehil@att.com> | 2021-05-20 13:53:49 +0000 |
commit | 3469a0d8fe4f9cf3de88f0f7bc95e3a8f033a6c5 (patch) | |
tree | a1d77c5c05be4d3f4164d695c42db250d935a566 /src | |
parent | 011cb09ec1972a4c4961a6fc9c10e4cbf7801d1c (diff) |
Removing the password in the cacher dmaap properties fileguilin
Issue-ID: AAI-3344
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I3812aa11000469a0fe7cf52137d72b587b2d9851
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/etc/appprops/aaiDmaaPEventConsumer.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/etc/appprops/aaiDmaaPEventConsumer.properties b/src/main/resources/etc/appprops/aaiDmaaPEventConsumer.properties index 378db93..2eda54d 100644 --- a/src/main/resources/etc/appprops/aaiDmaaPEventConsumer.properties +++ b/src/main/resources/etc/appprops/aaiDmaaPEventConsumer.properties @@ -11,7 +11,7 @@ SubContextPath=/ Protocol=http MethodType=GET username=m08479@aai.ecomp.att.com -password=OBF:1qab1lbw1kfr1ffg1hzn1i231fhe1kcn1lfm1qcr +password= contenttype=application/json host=klsd048.ipcoe.att.com:3904,klsd055.ipcoe.att.com:3904,klsd056.ipcoe.att.com:3904 topic=AAI-EVENT |