-
Handle empty key or value when loading environment variables
-
Borrow some code from dotenv to load a .env file as the defualt variables. Its a rough implementation.
-
Assume anything that started with ^SEC_\ is secret and purge from regular ENV.
-
Fork from origional
-
Don’t store vars in /tmp file. Directly suck them into memory.
-
FIX: All environment variables had a trailing /n
-
NEW: Added method override to override the default ENV object
-
FIX: Store environment variable in /tmp
-
FIX: Environment file spelling
-
Initial release