Fix yaml config example for HTTP provider headers

This commit is contained in:
Daniel Jolly 2024-08-05 05:26:04 -04:00 committed by GitHub
parent 0f57f108ae
commit ccc11a69f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,8 +84,9 @@ Defines custom headers to be sent to the endpoint.
```yaml tab="File (YAML)"
providers:
headers:
name: value
http:
headers:
name: value
```
```toml tab="File (TOML)"