this library should have a default env config for fallback
byteab opened this issue · 3 comments
byteab commented
if no match found for current NODE_ENV it should simply load a default .env.default file
erisanolasheni commented
Alright, we will work on that, thanks!
heidighunter commented
Agree, but I think using plain .env as the default fallback would be preferable to having a special designator. See my comments on issue #11
erisanolasheni commented
Thanks @EhsanSarshar , Version 2 A new version is available. It now fall back to .env
configuration if not found.
Thanks again!