diff options
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
|