We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744065c commit 1a6da98Copy full SHA for 1a6da98
configuration.rst
@@ -544,6 +544,10 @@ going to production:
544
It's common for environments to be similar to each other, so you can
545
use `symbolic links`_ between ``config/packages/<environment-name>/``
546
directories to reuse the same configuration.
547
+
548
+ There are benefits to separating configuration from code. So try to avoid
549
+ creating new environments and instead set environment variables.
550
+ This way it is easy to add another environment for staging/qa/review apps.
551
552
.. _config-env-vars:
553
0 commit comments