DiscoverThe Function CallEp 22 - Let’s Talk About the Environment (Variables)
Ep 22 - Let’s Talk About the Environment (Variables)

Ep 22 - Let’s Talk About the Environment (Variables)

Update: 2021-07-23
Share

Description

In this episode, Grant and Austin talk all about environment variables. We cover the difference between private and public variables, how to keep them secure, keeping them in sync across teams, and where to store your precious precious variables. They may be keys, secrets, or just configuration strings, but hopefully this chat sheds some light on the subject for you.


Reference `dotnev` from Jest config:

// jest.config.js

module.exports = {

 setupFiles: ['dotenv/config'],

};


Reference `dotenv` from NPM script:

"jest": "node -r dotenv/config ./node_modules/.bin/jest",

"knex": "node -r dotenv/config ./node_modules/knex/bin/cli.js",


Links: 



Shoutouts:


Comments 
00:00
00:00
x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

Ep 22 - Let’s Talk About the Environment (Variables)

Ep 22 - Let’s Talk About the Environment (Variables)

Austin Gil