summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-09-09 20:29:01 +0200
committernicolargo <nicolas@nicolargo.com>2022-09-09 20:29:01 +0200
commitd8a00d73a27f451784324b7a29919d9d1b4077e6 (patch)
treecb88391c791d9cb325ed383c9b7d41f1edd7523e /conf
parent66870050c15c3f91b22ea0ce1ede8905e9545547 (diff)
Fix code scanning alert - Clear-text logging of sensitive information #2124
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 597ed4eb..8619de03 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -574,9 +574,11 @@ host=localhost
port=5984
db=glances
# user and password are optional (comment if not configured on the server side)
+# If they are used, then the https protocol will be used
#user=root
#password=root
+
[kafka]
# Configuration for the --export kafka option
# http://kafka.apache.org/