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 2fa5fa3 commit d85bc99Copy full SHA for d85bc99
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