diff options
author | s00370346 <swarup.nayak1@huawei.com> | 2019-03-27 10:06:03 +0530 |
---|---|---|
committer | s00370346 <swarup.nayak1@huawei.com> | 2019-03-27 10:06:03 +0530 |
commit | 0429a71c2ca41cd311473c9485fa98bbcadaa542 (patch) | |
tree | 154e705c0e5c5ee5d8d1d774b8591b18e71ded15 /etc | |
parent | 82c26b5b8e7e92dfd9108684290e3a596b800e62 (diff) |
Issue-ID: DCAEGEN2-1055 RestConfCollector bug fixes
Change-Id: I4623217ab69eaeecf1b5704172ad4de37e641312
Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/DmaapConfig.json | 2 | ||||
-rwxr-xr-x | etc/collector.properties | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json index 6aac252..e000e16 100755 --- a/etc/DmaapConfig.json +++ b/etc/DmaapConfig.json @@ -6,7 +6,7 @@ "class": "HpCambriaOutputStream", "stripHpId": "true", "type": "out", - "cambria.hosts": "119.3.84.152:30227" + "cambria.hosts": "message-router:3904" } ] } diff --git a/etc/collector.properties b/etc/collector.properties index 96cc845..3bee48e 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -34,13 +34,13 @@ collector.rcc.appDescription = "DCAE RestConf Collector Application" ##
## Normally:
##
-## - 8686 is http service
+## - 8080 is http service
## - https is disabled by default (-1)
##
## - At this time, the server always binds to 0.0.0.0
##
## The default port when collector.header.authflag is disabled (0)
-collector.rcc.service.port=8686
+collector.rcc.service.port=8080
## The secure port is required if collector.header.authflag is set to 1 (true)
## Authentication is only supported via secure port
|