Skip to main content
Module

x/dotenv/.env.exports.example.test

Dotenv file handling for deno.
Extremely Popular
Go to Latest
File
export UNEXPORTED_VARIABLE="yo, we still export this variable"export EXPORTED_VARIABLE_1="this will override the value for sure"#COOL_EXPORTED_VAR_1 — will be taken from defaultsCOOL_EXPORTED_VAR_2="this is not exported but will be as it is exported in defaults"#AWESOME_VAR — will be taken from the actual environmentCOOL_VARIABLE_FORGOTTEN_TO_EXPORT="oops, not exported anywhere"