Update 03_Environment_Management.md

Info: You can't use them outside of Injector config (as of 4.2).
This commit is contained in:
Jan Alfred Richter 2018-11-26 09:17:48 +13:00 committed by GitHub
parent 0353b29652
commit 34373dad99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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