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 ac13f6e commit de68147Copy full SHA for de68147
configuration.rst
@@ -464,6 +464,10 @@ going to production:
464
It's common for environments to be similar to each other, so you can
465
use `symbolic links`_ between ``config/packages/<environment-name>/``
466
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.
471
472
.. _config-env-vars:
473
0 commit comments