diff options
author | shentao <shentao@chinamobile.com> | 2017-11-07 10:05:47 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-11-07 10:05:55 +0800 |
commit | ffa2194b29c8971e251775b295357f2cddd995e3 (patch) | |
tree | fd3e6e6918a1d7e14466b97e8c23f98f1770cbe6 | |
parent | aa1764cf15ff7548d67b6cebdea345b3adc5c899 (diff) |
Fix dmaap calling bug
Change-Id: I4897bd92109680fba8bbf75b6cb0e56d1e915714
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 62ea4550..37b1f22c 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:// +dmaap.url = http://172.30.3.34:80 dmaap.topic = unauthenticated.SEC_FAULT_OUTPUT dmaap.consumerGroup = uuiGroup dmaap.conusmer = uuiUser |