From 8eef6f00913d9510d1b4b300e0860666e5a4edb1 Mon Sep 17 00:00:00 2001 From: gotjosh Date: Mon, 11 Jul 2022 16:40:39 +0100 Subject: [PATCH] Remove the default - we don't wait it. Signed-off-by: gotjosh --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 28848433..7417b3a5 100644 --- a/config/config.go +++ b/config/config.go @@ -585,7 +585,7 @@ func DefaultGlobalConfig() GlobalConfig { ResolveTimeout: model.Duration(5 * time.Minute), HTTPConfig: &defaultHTTPConfig, - UserHTTPHeader: "X-Alertmanager-User", + UserHTTPHeader: "", SMTPHello: "localhost", SMTPRequireTLS: true,