Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ telemetry:
dsn: https://public@host:port/1
```

### `email`
## `email`

Settings related to sending emails

Expand Down Expand Up @@ -589,13 +589,13 @@ email:
#transport: aws_ses
```

### `upstream_oauth2`
## `upstream_oauth2`

Settings related to upstream OAuth 2.0/OIDC providers.
Additions and modifications within this section are synced with the database on server startup.
Removed entries are only removed with the [`config sync --prune`](./cli/config.md#config-sync---prune---dry-run) command.

#### `upstream_oauth2.providers`
### `upstream_oauth2.providers`

A list of upstream OAuth 2.0/OIDC providers to use to authenticate users.

Expand Down
Loading