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 52404c9 commit 880da48Copy full SHA for 880da48
configuration/external_parameters.rst
@@ -114,6 +114,12 @@ of the following:
114
115
.. tip::
116
117
+ .. versionadded:: 3.3
118
+ The support of the special ``SYMFONY__`` environment variables was
119
+ deprecated in Symfony 3.3 and it will be removed in 4.0. Instead of
120
+ using those variables, define regular environment variables and get
121
+ their values using the ``%env(...)%`` syntax in your config files.
122
+
123
You can also define the default value of any existing parameters using
124
special environment variables named after their corresponding parameter
125
prefixed with ``SYMFONY__`` after replacing dots by double underscores
0 commit comments