Skip to content

Commit 156972d

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: [Config] Suggest avoiding new environments
2 parents e381a66 + 70cab86 commit 156972d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configuration.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,12 @@ going to production:
550550
use `symbolic links`_ between ``config/packages/<environment-name>/``
551551
directories to reuse the same configuration.
552552

553+
Instead of creating new environments, you can use environment variables as
554+
explained in the following section. This way you can use the same application
555+
and environment (e.g. ``prod``) but change its behavior thanks to the
556+
configuration based on environment variables (e.g. to run the application in
557+
different scenarios: staging, quality assurance, client review, etc.)
558+
553559
.. _config-env-vars:
554560

555561
Configuration Based on Environment Variables

0 commit comments

Comments
 (0)