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 b973f0c commit 175a4e8Copy full SHA for 175a4e8
best_practices/configuration.rst
@@ -18,9 +18,10 @@ application behavior.
18
.. best-practice::
19
20
Define the infrastructure-related configuration options as environment
21
- variables in the ``.env`` file at the root of the project.
+ variables. During development, use the ``.env`` file at the root of your
22
+ project to set these.
23
-By default, Symfony adds this kind of options to the ``.env`` file when
24
+By default, Symfony adds these types of options to the ``.env`` file when
25
installing new dependencies in the app:
26
27
.. code-block:: bash
0 commit comments