Skip to content

Commit

Permalink
Merge 0e2f4e6 into 825c1b2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdougwright committed Feb 20, 2017
2 parents 825c1b2 + 0e2f4e6 commit 0fda55c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,17 @@ line'}
```
- inner quotes are maintained (think JSON) (`JSON={"foo": "bar"}` becomes `{JSON:"{\"foo\": \"bar\"}"`)

## Troubleshooting

#### React

Note that for React applications, namespacing variables in the .env file with `REACT_APP_` is required. For example:

```
REACT_APP_DB_HOST=localhost
```


## FAQ

### Should I commit my `.env` file?
Expand Down

0 comments on commit 0fda55c

Please sign in to comment.