-
Notifications
You must be signed in to change notification settings - Fork 34
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
Use dotenv's silent
option rather than using your own exists checking
#17
Comments
@devinus can you add more information? Unclear what you mean by |
I would like some of my env vars to be optional. In Yet, whenever I run any
It is very annoying. To work around this, I have to provide empty env vars in every Related piece of code: Lines 47 to 58 in a3c1b28
|
@lolmaus unsure when I'll get around to it, but will happily review any PRs related to solving this. |
I agree with @lolmaus that it would be nice to have optional keys. I may have a bit of time to work on this, but there are a few ways this could maybe work:
Maybe someone else has a better idea though. |
It would be nice to be able to specify required vs optional keys in different environments. I have some keys that are required in production but not in dev/test. |
No description provided.
The text was updated successfully, but these errors were encountered: