hood icon indicating copy to clipboard operation
hood copied to clipboard

added a configuration file hack to allow to read environment variables

Open iansmith opened this issue 11 years ago • 0 comments

@eaigner

This is a small PR that allows this notation in your configuration file:

${foo} 

This implies that the value found in the environment variable FOO (uppercase) will be substituted. This avoids problems with configuration files (like json.conf) ending up in the git repo when then contain passwords.

iansmith avatar Aug 04 '13 21:08 iansmith