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.