Skip to content

Commit

Permalink
Update 03_Environment_Management.md
Browse files Browse the repository at this point in the history
Info: You can't use them outside of Injector config (as of 4.2).
  • Loading branch information
falnyr committed Nov 25, 2018
1 parent 0353b29 commit 34373da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/en/00_Getting_Started/03_Environment_Management.md
Expand Up @@ -59,6 +59,11 @@ SilverStripe\Core\Injector\Injector:
MyProperty: '`ENV_VAR_HERE`'
```

<div class="info">
<p>Environment variables cannot be used outside of Injector config as of version 4.2.</p>
</div>


## Including an extra `.env` file

Sometimes it may be useful to include an extra `.env` file - on a shared local development environment where all
Expand Down

0 comments on commit 34373da

Please sign in to comment.