Skip to content

Latest commit

History

History

dotenv-vault-custom-target

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

dotenv-vault-custom-target

Demonstrates loading from .env.vault into a custom target object - rather than process.env.

node index.js

// console.log(result.parsed) // { HELLO: 'Universe' }
// console.log(result.parsed.HELLO) // 'Universe'
// console.log(process.env.HELLO) // undefined (as intentioned)