diff options
Diffstat (limited to 'etc/monkeysphere.conf')
-rw-r--r-- | etc/monkeysphere.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/monkeysphere.conf b/etc/monkeysphere.conf index a45fff0..2f0b877 100644 --- a/etc/monkeysphere.conf +++ b/etc/monkeysphere.conf @@ -1,13 +1,13 @@ -# MonkeySphere system-wide client configuration file. +# Monkeysphere system-wide client configuration file. # This is an sh-style shell configuration file. Variable names should -# be separated from their assignements by a single '=' and no spaces. -# Environement variables with the same names as these variables but -# prefeced by "MONKEYSPHERE_" will take precedence over the values +# be separated from their assignments by a single '=' and no spaces. +# Environment variables with the same names as these variables but +# prefaced by "MONKEYSPHERE_" will take precedence over the values # specified here. -# Log level. Can be SILENT, ERROR, INFO, DEBUG, in increasing order -# of verbosity. +# Log level. Can be SILENT, ERROR, INFO, VERBOSE, DEBUG, in +# increasing order of verbosity. #LOG_LEVEL=INFO # GPG home directory. If not specified either here or in the |