mirror of
https://github.com/orhun/git-cliff.git
synced 2025-01-08 12:07:04 +03:00
style(website): update the style for environment variable section
This commit is contained in:
parent
bb9a889f1b
commit
24ba43330a
@ -279,14 +279,15 @@ Examples:
|
|||||||
|
|
||||||
### Environment Configuration Overrides
|
### Environment Configuration Overrides
|
||||||
|
|
||||||
It's possible to use environment variables to override configuration elements. If an environment variable matches a configuration element the variable's value will be used instead of the element's.
|
It's possible to use environment variables to override configuration elements. If an environment variable matches a configuration element, the variable's value will be used instead of the element's.
|
||||||
|
|
||||||
Format:
|
Format:
|
||||||
|
|
||||||
```
|
```
|
||||||
[PREFIX]__[CONFIG SECTION]__[FIELD NAME]
|
[PREFIX]__[CONFIG SECTION]__[FIELD NAME]
|
||||||
```
|
```
|
||||||
|
|
||||||
Examples:
|
#### Examples
|
||||||
|
|
||||||
To override the `footer` element:
|
To override the `footer` element:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user