Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPringle committed Mar 10, 2020
1 parent 0da314e commit c05e6b1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ ember-cap build android
```

### environment.js / target.js
You can access the following environment variables in your Ember environment.js & target.js
process.env.CAPACITOR true / false
process.env.PLATFORM ios / android
You can access the following environment variables in your Ember environment.js & target.js
```
process.env.CAPACITOR = true / false
```
```
process.env.PLATFORM = ios / android
```
```
environment.js
Expand Down

0 comments on commit c05e6b1

Please sign in to comment.