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 c82f04a commit 1dc95f9Copy full SHA for 1dc95f9
components/dotenv.rst
@@ -69,6 +69,13 @@ 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
+.. note::
73
+
74
+ Symfony Dotenv can be used in any environment of your application:
75
+ development, testing, staging and even production. However, in production
76
+ it's recommended to configure real environment variables to avoid the
77
+ performance overhead of parsing the ``.env`` file for every request.
78
79
As a ``.env`` file is a regular shell script, you can ``source`` it in your own
80
shell scripts:
81
0 commit comments