diff --git a/docs/sources/configuration/_index.md b/docs/sources/configuration/_index.md index 6beaa09c02..cd3e871218 100644 --- a/docs/sources/configuration/_index.md +++ b/docs/sources/configuration/_index.md @@ -89,6 +89,8 @@ ${VAR:default_value} Where default_value is the value to use if the environment variable is undefined. +Pass the `-config.expand-env` flag at the command line to enable this way of setting configs. + ### Generic placeholders: - `` : a boolean that can take the values `true` or `false`