diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/collector.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/collector.properties b/etc/collector.properties index 5ec982a6..373ca6ed 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -57,6 +57,7 @@ exceptionConfig=./etc/ExceptionConfig.json ## When authflag is enabled, only secure port will be supported
## To disable enter 0
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=sample1,c2FtcGxlMQ==
|