-
Notifications
You must be signed in to change notification settings - Fork 35
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
Allow -r dotenv-flow/config #11
Comments
Hi @krzkaczor, |
Created a pull request with basic support. |
…g` via environment variables, relates #11
…g` via command line switches, relates #11
First of all, thank you guys for your support in developing of this library! I've just published a new release candidate ( You can now install it and give a try. Please, let me know if something goes wrong. Otherwise I will release |
I prefer do leave .env loading totally up to the user of the app so I don't have anywhere in my code
require('dotenv').config();
but rather I usenode -r dotenv/config app.js
And if it runs in docker then docker takes care of injecting it and I dont have to change anything in my app code.Unfortunatelly this doesn't work with this lib :(
The text was updated successfully, but these errors were encountered: