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 bc34685 commit 43addfaCopy full SHA for 43addfa
best_practices/configuration.rst
@@ -17,9 +17,9 @@ application behavior.
17
18
.. best-practice::
19
20
- Define the infrastructure-related configuration options as environment
21
- variables. During development, use the ``.env`` file at the root of your
22
- project to set these.
+ Define the infrastructure-related configuration options as
+ :doc:`environment variables </configuration/external_parameters>`. During
+ development, use the ``.env`` file at the root of your project to set these.
23
24
By default, Symfony adds these types of options to the ``.env`` file when
25
installing new dependencies in the app:
0 commit comments