Commit c6f7c6d
committed
minor #9905 Update dotenv usage (bobvandevijver, javiereguiluz)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #9905).
Discussion
----------
Update dotenv usage
Based on the discussion in symfony/symfony#25643, I propose to remove this note. There is no downside of using dotenv in production, and it actually brings extra value when using a "simple" Linux installation, as the environments on console and web are automatically 'identical'.
Commits
-------
1dc95f9 Recommend to use real env vars in production
c82f04a Update dotenv usage1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
| |||
0 commit comments