Skip to content

Commit

Permalink
Removed outdated recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Dec 8, 2019
1 parent a2ce48f commit 55dc901
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,16 +302,6 @@ When a new developer clones your codebase, they will have an additional
**one-time step** to manually copy the `.env.example` file to `.env` and fill-in
their own values (or get any sensitive values from a project co-worker).

### Command Line Scripts

If you need to use environment variables that you have set in your `.env` file
in a command line script that doesn't use the Dotenv library, you can `source`
it into your local shell session:

```
source .env
```


Security
--------
Expand Down

0 comments on commit 55dc901

Please sign in to comment.