mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update 03_Environment_Management.md
Info: You can't use them outside of Injector config (as of 4.2).
This commit is contained in:
parent
0353b29652
commit
34373dad99
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user