Options for load and loadSync.
load
loadSync
Optional
Optional path to .env file. To prevent the default value from being used, set to null.
.env
null
{"./.env"} Copy
{"./.env"}
Set to true to export all .env variables to the current processes environment. Variables are then accessible via Deno.env.get(<key>).
true
Deno.env.get(<key>)
{false} Copy
{false}
Options for
loadandloadSync.