Skip to content

Commit aa15dd2

Browse files
committed
minor #12074 [Config] Minor reword about env vars (javiereguiluz)
This PR was merged into the 4.3 branch. Discussion ---------- [Config] Minor reword about env vars Commits ------- d85bc99 [Config] Minor reword about env vars
2 parents 35bdc5f + d85bc99 commit aa15dd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configuration/env_var_processors.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Environment Variable Processors
77
===============================
88

99
: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.
10+
common practice to make your applications truly dynamic.
1211

1312
The main issue of env vars is that their values can only be strings and your
1413
application may need other data types (integer, boolean, etc.). Symfony solves

0 commit comments

Comments
 (0)