diff options
author | shentao <shentao@chinamobile.com> | 2017-11-07 11:02:42 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-11-07 11:02:46 +0800 |
commit | 51aacdf7e399b68d838aea4ae0f7eb1d39722ad3 (patch) | |
tree | 4ca417c58820495068ad439e15be63e862363876 | |
parent | ffa2194b29c8971e251775b295357f2cddd995e3 (diff) |
Fix dmaap calling bug
Change-Id: I884772e626bed409b5090b1b6bb33f29c9bd096e
Issue-Id: USECASEUI-50
Signed-off-by: shentao <shentao@chinamobile.com>
-rw-r--r-- | server/src/main/resources/dmaap.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main/resources/dmaap.properties b/server/src/main/resources/dmaap.properties index 37b1f22c..20f26fc8 100644 --- a/server/src/main/resources/dmaap.properties +++ b/server/src/main/resources/dmaap.properties @@ -13,7 +13,7 @@ ## See the License for the specific language governing permissions and ## limitations under the License. ## -dmaap.url = http://172.30.3.34:80 +dmaap.url = http://172.30.3.42:3904 dmaap.topic = unauthenticated.SEC_FAULT_OUTPUT dmaap.consumerGroup = uuiGroup dmaap.conusmer = uuiUser |