You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it looks like the behaviour is still the same in recent nodejs, should user prefer using dotenv.config().parsed.X over process.env.X in highly use code paths ?
The text was updated successfully, but these errors were encountered:
Thank you for posting this. It is interesting. I've decided it is beyond the scope of this module though. We are trying to keep things as simple as possible.
We'd recommend to still use process.env since that works across environments.
reading environment variables from process.env is expensive and slow according to:
it looks like the behaviour is still the same in recent nodejs, should user prefer using dotenv.config().parsed.X over process.env.X in highly use code paths ?
The text was updated successfully, but these errors were encountered: