Update common/config/config.go

This commit is contained in:
Kegsay 2020-04-14 15:25:08 +01:00 committed by GitHub
parent 8323948c5f
commit 53474efaa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,7 @@ type Dendrite struct {
// Hardcoded Username and Password
Username string `yaml:"username"`
Password string `yaml:"password"`
} `yaml:"basicAuth"`
} `yaml:"basic_auth"`
} `yaml:"metrics"`
// The configuration for talking to kafka.