Skip to content

Commit 2057505

Browse files
committed
minor #10052 Link to the env vars article from the Best Practices (javiereguiluz)
This PR was merged into the 4.0 branch. Discussion ---------- Link to the env vars article from the Best Practices I thought about this after reading #7361. Commits ------- 43addfa Link to the env vars article from the Best Practices
2 parents 196377f + 43addfa commit 2057505

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)