Skip to content

Commit 43addfa

Browse files
committed
Link to the env vars article from the Best Practices
1 parent bc34685 commit 43addfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

best_practices/configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ application behavior.
1717

1818
.. best-practice::
1919

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.
20+
Define the infrastructure-related configuration options as
21+
:doc:`environment variables </configuration/external_parameters>`. During
22+
development, use the ``.env`` file at the root of your project to set these.
2323

2424
By default, Symfony adds these types of options to the ``.env`` file when
2525
installing new dependencies in the app:

0 commit comments

Comments
 (0)