diff options
Diffstat (limited to 'etc/collector.properties')
-rwxr-xr-x | etc/collector.properties | 4 |
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
|