summaryrefslogtreecommitdiffstats
path: root/etc/collector.properties
diff options
context:
space:
mode:
authors00370346 <swarup.nayak1@huawei.com>2019-03-27 10:06:03 +0530
committers00370346 <swarup.nayak1@huawei.com>2019-03-27 10:06:03 +0530
commit0429a71c2ca41cd311473c9485fa98bbcadaa542 (patch)
tree154e705c0e5c5ee5d8d1d774b8591b18e71ded15 /etc/collector.properties
parent82c26b5b8e7e92dfd9108684290e3a596b800e62 (diff)
Issue-ID: DCAEGEN2-1055 RestConfCollector bug fixes
Change-Id: I4623217ab69eaeecf1b5704172ad4de37e641312 Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
Diffstat (limited to 'etc/collector.properties')
-rwxr-xr-xetc/collector.properties4
1 files changed, 2 insertions, 2 deletions
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