From 096afbeee435a497c7e3eba8095f2066f7d2bd0f Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 22 Sep 2018 14:51:34 +0200 Subject: [PATCH] environments.md: reference the build command options that allows multiple config files (#7266) Merge pull request 7266 --- docs/_docs/configuration/environments.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/_docs/configuration/environments.md b/docs/_docs/configuration/environments.md index 8ce0e418..be8d376f 100644 --- a/docs/_docs/configuration/environments.md +++ b/docs/_docs/configuration/environments.md @@ -41,3 +41,9 @@ environment but not include it in production environments. By specifying the option in the build command, you avoid having to change values in your configuration files when moving from one environment to another. + +
+

+ To switch part of your config settings depending on the environment, use the build command option, for example --config _config.yml,_config_development.yml. Settings in later files override settings in earlier files. +

+