Fix yaml config example for HTTP provider headers
This commit is contained in:
parent
0f57f108ae
commit
ccc11a69f1
1 changed files with 3 additions and 2 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue