Skip to content

Commit

Permalink
mention the use of config.expand-env flag in the doc. (#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
kavirajk authored Jan 5, 2021
1 parent ee9c629 commit 3edcda7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/sources/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 3edcda7

Please sign in to comment.