Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
dotenv provides a flag to enforce priority of .env over PROCESS
motdotla/dotenv#199
https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md#1410-2022-01-17
Describe the solution you'd like
Add override parameter to dotenv config interface
Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
override - environemntal variables set in .env files will override a process one
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
dotenv provides a flag to enforce priority of
.envoverPROCESSmotdotla/dotenv#199
https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md#1410-2022-01-17
Describe the solution you'd like
Add
overrideparameter to dotenv config interfaceTeachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
override- environemntal variables set in .env files will override a process one