Skip to content

Commit

Permalink
style(website): update the style for environment variable section
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 22, 2023
1 parent bb9a889 commit 24ba433
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,14 +279,15 @@ Examples:

### 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:

```
[PREFIX]__[CONFIG SECTION]__[FIELD NAME]
```

Examples:
#### Examples

To override the `footer` element:

Expand All @@ -298,4 +299,4 @@ To override the `ignore_tags` element:

```bash
export GIT_CLIFF__GIT__IGNORE_TAGS="v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
```
```

0 comments on commit 24ba433

Please sign in to comment.