mention the use of `config.expand-env` flag in the doc. (#3078)

pull/3122/head
Kaviraj 5 years ago committed by GitHub
parent ee9c629f51
commit 3edcda744e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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:
- `<boolean>` : a boolean that can take the values `true` or `false`

Loading…
Cancel
Save