We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab9585 commit c82f04aCopy full SHA for c82f04a
components/dotenv.rst
@@ -69,9 +69,6 @@ You should never store a ``.env`` file in your code repository as it might
69
contain sensitive information; create a ``.env.dist`` file with sensible
70
defaults instead.
71
72
-Symfony Dotenv should only be used in development/testing/staging environments.
73
-For production environments, use "real" environment variables.
74
-
75
As a ``.env`` file is a regular shell script, you can ``source`` it in your own
76
shell scripts:
77
0 commit comments