diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 19:41:22 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 19:41:22 -0500 |
commit | 70a815c788108369e29443784e7b0632431834fe (patch) | |
tree | 54832f119bf08ebea7dad16dd9e1155480cbc916 /etc/host/config | |
parent | 93527967c043c99c708e209502292cf276877bf9 (diff) |
simplify server config files, and add keyserver config variables.
Diffstat (limited to 'etc/host/config')
-rw-r--r-- | etc/host/config | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/host/config b/etc/host/config deleted file mode 100644 index 293cbe0..0000000 --- a/etc/host/config +++ /dev/null @@ -1,11 +0,0 @@ -# Monkeysphere host configuration file. - -# This is an sh-style shell configuration file. Variable names should -# 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, VERBOSE, DEBUG, in -# increasing order of verbosity. -#LOG_LEVEL=INFO |