From d85bc991c9b82e7f5b8c0629f2cabc49b6f12d26 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 1 Aug 2019 17:20:02 +0200 Subject: [PATCH] [Config] Minor reword about env vars --- configuration/env_var_processors.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration/env_var_processors.rst b/configuration/env_var_processors.rst index 98bffbe3d7d..67d9bca422e 100644 --- a/configuration/env_var_processors.rst +++ b/configuration/env_var_processors.rst @@ -7,8 +7,7 @@ Environment Variable Processors =============================== :ref:`Using env vars to configure Symfony applications ` is a -common practice to hide sensitive configuration (e.g. database credentials) and -to make your applications truly dynamic. +common practice to make your applications truly dynamic. The main issue of env vars is that their values can only be strings and your application may need other data types (integer, boolean, etc.). Symfony solves