Skip to content

Commit

Permalink
Hide doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 11, 2017
1 parent dbdbfb1 commit 20a0972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,8 @@ To define permanent environment variables, create a file called `.env` in the ro
REACT_APP_SECRET_CODE=abcdef
```

<!--
TODO: uncomment (and tweak) the doc for 0.10
What .env* files are used?
* `.env` - Default
Expand All @@ -766,6 +768,7 @@ Files priority (file is skipped if does not exist):
* npm start - `.env.development.local`, `env.development`, `.env.local`, `.env`
Priority from left to right.
-->

These variables will act as the defaults if the machine does not explicitly set them.<br>
Please refer to the [dotenv documentation](https://github.com/motdotla/dotenv) for more details.
Expand Down

0 comments on commit 20a0972

Please sign in to comment.