Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a configuration file hack to allow to read environment variables #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iansmith
Copy link

@iansmith iansmith commented Aug 4, 2013

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant