Skip to content

Commit 70cab86

Browse files
committed
Reword
1 parent 9324819 commit 70cab86

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

configuration.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,12 @@ going to production:
464464
It's common for environments to be similar to each other, so you can
465465
use `symbolic links`_ between ``config/packages/<environment-name>/``
466466
directories to reuse the same configuration.
467-
468-
There are benefits to separating configuration from code. So try to avoid
469-
creating new environments and instead set environment variables.
470-
This way it is easy to add another environment for staging/qa/review applications.
467+
468+
Instead of creating new environments, you can use environment variables as
469+
explained in the following section. This way you can use the same application
470+
and environment (e.g. ``prod``) but change its behavior thanks to the
471+
configuration based on environment variables (e.g. to run the application in
472+
different scenarios: staging, quality assurance, client review, etc.)
471473

472474
.. _config-env-vars:
473475

0 commit comments

Comments
 (0)