From 53474efaa363feb380308fdb0e11c858cd291671 Mon Sep 17 00:00:00 2001 From: Kegsay Date: Tue, 14 Apr 2020 15:25:08 +0100 Subject: [PATCH] Update common/config/config.go --- common/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/config.go b/common/config/config.go index e43283555..d72b8c4d5 100644 --- a/common/config/config.go +++ b/common/config/config.go @@ -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.