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.
2 parents fcbc9ed + aa15dd2 commit cb0885cCopy full SHA for cb0885c
configuration/env_var_processors.rst
@@ -7,8 +7,7 @@ Environment Variable Processors
7
===============================
8
9
:ref:`Using env vars to configure Symfony applications <config-env-vars>` is a
10
-common practice to hide sensitive configuration (e.g. database credentials) and
11
-to make your applications truly dynamic.
+common practice to make your applications truly dynamic.
12
13
The main issue of env vars is that their values can only be strings and your
14
application may need other data types (integer, boolean, etc.). Symfony solves
0 commit comments