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

Add dotenv to Miscellaneous section #250

Merged
merged 1 commit into from
Mar 15, 2015
Merged

Add dotenv to Miscellaneous section #250

merged 1 commit into from
Mar 15, 2015

Conversation

aspyatkin
Copy link
Contributor

Hello, I would like to add dotenv project to Miscellaneous section.

It is a good practice to pass application configuration (e.g. db connection strings) via environment variables (12-factor app). But when you develop an application it won't be convenient to type all environment variables in terminal to launch your application (unless you are using some process management tool, however, that requires additional configuration). That's where dotenv project comes out. You can put all env. variables stuff in one file (.env) and load it with one line of code.

sindresorhus added a commit that referenced this pull request Mar 15, 2015
Add dotenv to Miscellaneous section
@sindresorhus sindresorhus merged commit dac0c37 into sindresorhus:master Mar 15, 2015
@aspyatkin aspyatkin deleted the patch-4 branch March 17, 2015 05:07
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.

2 participants