From: shentao Date: Tue, 7 Nov 2017 03:02:42 +0000 (+0800) Subject: Fix dmaap calling bug X-Git-Tag: v1.1.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F22447%2F1;p=usecase-ui%2Fserver.git Fix dmaap calling bug Change-Id: I884772e626bed409b5090b1b6bb33f29c9bd096e Issue-Id: USECASEUI-50 Signed-off-by: shentao --- 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