mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 19:33:09 -06:00
Update common/config/config.go
This commit is contained in:
parent
8323948c5f
commit
53474efaa3
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue