fix: update toml tag to match sample config / readme (#9848)

This commit is contained in:
Helen Weller 2021-10-04 10:05:56 -04:00 committed by GitHub
parent ac40bdc52e
commit 021dedb792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ type Loki struct {
Timeout config.Duration `toml:"timeout"`
Username string `toml:"username"`
Password string `toml:"password"`
Headers map[string]string `toml:"headers"`
Headers map[string]string `toml:"http_headers"`
ClientID string `toml:"client_id"`
ClientSecret string `toml:"client_secret"`
TokenURL string `toml:"token_url"`