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 77c7d37 commit 6084084Copy full SHA for 6084084
best_practices.rst
@@ -109,6 +109,10 @@ Define these options as :ref:`parameters <configuration-parameters>` in the
109
:ref:`environment <configuration-environments>` in the ``config/services_dev.yaml``
110
and ``config/services_prod.yaml`` files.
111
112
+Unless the application configuration is reused multiple times and needs
113
+rigid validation, do *not* use the :doc:`Config component </components/config>`
114
+to define the options.
115
+
116
Use Short and Prefixed Parameter Names
117
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
118
0 commit comments