summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-10-16 10:32:35 +0200
committernicolargo <nicolas@nicolargo.com>2022-10-16 10:32:35 +0200
commit0302cdcd57edc631bab28312c94429aada6a874d (patch)
tree9733a508b9e1d3ebbab5189177f50093b9826154 /conf
parent5947e9da36e17f352c5f13aeccb00d877f21fb37 (diff)
Password files in same configuration dir in effect #2143
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 86c2b92a..986b523a 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -432,13 +432,16 @@ disable=False
#server_4_port=61237
[passwords]
-# Define the passwords list
+# Define the passwords list related to the [serverlist] section
# Syntax: host=password
# Where: host is the hostname
# password is the clear password
# Additionally (and optionally) a default password could be defined
#localhost=abc
#default=defaultpassword
+#
+# Define the path of the local '.pwd' file (default is system one)
+#local_password_path=~/.config/glances
##############################################################################
# Exports