aboutsummaryrefslogtreecommitdiffstats
path: root/etc/collector.properties
diff options
context:
space:
mode:
Diffstat (limited to 'etc/collector.properties')
-rw-r--r--etc/collector.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/collector.properties b/etc/collector.properties
index 672a7fe..dabe1b0 100644
--- a/etc/collector.properties
+++ b/etc/collector.properties
@@ -21,7 +21,7 @@ collector.service.port=8080
## The secure port is required if header.authflag is set to 1 (true)
## Authentication is only supported via secure port
## When enabled - require valid keystore defined
-##collector.service.secure.port=8443
+## collector.service.secure.port=8443
## The keystore must be setup per installation when secure port is configured
collector.keystore.file.location=../etc/keystore
@@ -37,7 +37,7 @@ collector.keystore.alias=tomcat
## buffer beyond a reasonable size limit. With a limit, the server won't crash
## due to being out of memory, and the caller will get a 5xx reply saying the
## server is in trouble.
-#collector.inputQueue.maxPending=4096
+collector.inputQueue.maxPending=8096
## Schema Validation checkflag
## default no validation checkflag (-1)
@@ -59,7 +59,7 @@ exceptionConfig=./etc/ExceptionConfig.json
header.authflag=0
## Combination of userid,base64 encoded pwd list to be supported
## userid and pwd comma separated; pipe delimitation between each pair
-header.authlist=secureid,IWRjYWVSb2FkbTEyMyEt|sample1,c2FtcGxlMQ==|vdnsagg,dmRuc2FnZw==
+header.authlist=ssample1,c2FtcGxlMQ==|vdnsagg,dmRuc2FnZw==
###############################################################################
##