Skip to content

Commit

Permalink
docs(nxdev): cleanup define env vars (nrwl#11978)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored Sep 12, 2022
1 parent aa01b7b commit 828632c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/shared/guides/define-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ Environment variables are useful to store system-wide values such as the directo
(PATH), OS version, Network Information, and custom variables. These env variables are passed at build time and used at
the runtime of an app.

This guide is divided into two sections:

- [Define Environment Variables](#define-environment-variables)
- [Setting environment variables](#setting-environment-variables)
- [Pointing to custom env files](#pointing-to-custom-env-files)
- [Ad-hoc variables](#ad-hoc-variables)
[Angular](#using-environment-variables-in-angular-applications)

## Setting environment variables

By default, Nx will load any environment variables you place in the following files:
Expand Down

0 comments on commit 828632c

Please sign in to comment.