Mercurial > hg > configuration
changeset 16:b7e7f450ad1a
why do we care about configuration files?
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 26 Mar 2012 11:10:30 -0700 |
parents | 0df4bfdc2c96 |
children | a78ab14ae376 |
files | README.txt |
diffstat | 1 files changed, 17 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Mon Mar 26 10:41:38 2012 -0700 +++ b/README.txt Mon Mar 26 11:10:30 2012 -0700 @@ -1,7 +1,23 @@ configuration =========== -multi-level unified configuration +multi-level unified configuration for python consumption + +API +--- + +TODO : document this + + +Configuration Files +------------------- + +Config files are useful for (IMHO) A. complicated setup; +B. reproducibility; C. being able to share run time configurations +The latter is only useful if the configuration contains nothing +machine-specific (e.g. the path to an executable might vary from +machine to machine) or if the configuration is overridable from the +command line. ----