Skip to content

Commit de8b547

Browse files
Remove note that's no longer the case
1 parent a51c623 commit de8b547

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

cookbook/configuration/external_parameters.rst

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Environment Variables
1414
---------------------
1515

1616
Symfony will grab any environment variable prefixed with ``SYMFONY__`` and
17-
set it as a parameter in the service container. Some transformations are
17+
set it as a parameter in the service container. Some transformations are
1818
applied to the resulting parameter name:
1919

2020
* ``SYMFONY__`` prefix is removed;
2121
* Parameter name is lowercased;
22-
* Double underscores are replaced with a period, as a period is not
22+
* Double underscores are replaced with a period, as a period is not
2323
a valid character in an environment variable name.
2424

2525
For example, if you're using Apache, environment variables can be set using
@@ -98,14 +98,6 @@ You can now reference these parameters wherever you need them.
9898
)
9999
));
100100
101-
.. note::
102-
103-
Even in debug mode, setting or changing an environment variable
104-
requires your cache to be cleared to make the parameter available.
105-
In debug mode, this is required since only a change to a configuration
106-
file that is loaded by Symfony triggers your configuration to be
107-
re-evaluated.
108-
109101
Constants
110102
---------
111103

0 commit comments

Comments
 (0)