mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 20:03:10 -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
|
// Hardcoded Username and Password
|
||||||
Username string `yaml:"username"`
|
Username string `yaml:"username"`
|
||||||
Password string `yaml:"password"`
|
Password string `yaml:"password"`
|
||||||
} `yaml:"basicAuth"`
|
} `yaml:"basic_auth"`
|
||||||
} `yaml:"metrics"`
|
} `yaml:"metrics"`
|
||||||
|
|
||||||
// The configuration for talking to kafka.
|
// The configuration for talking to kafka.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue