Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 573 Bytes

Direnv.rst

File metadata and controls

13 lines (8 loc) · 573 Bytes

Managing environment variables using direnv

The direnv extension locates the environment variables in a .envrc file in the current folder and automatically exports them. It is available as a plugin for most of the shells.

It is used to store the credentials and other configuration settings in nRF Asset Tracker.

Note

Add .envrc files to your global .gitignore file.