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 b154238 + cb0885c commit 8c2e52aCopy full SHA for 8c2e52a
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