Skip to content

Commit d85bc99

Browse files
committed
[Config] Minor reword about env vars
1 parent 2fa5fa3 commit d85bc99

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)