Remove the default - we don't wait it.

Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
gotjosh 2022-07-11 16:40:39 +01:00
parent 8ea21969c3
commit 8eef6f0091
No known key found for this signature in database
GPG Key ID: A6E1DDE38FF3C74E
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ func DefaultGlobalConfig() GlobalConfig {
ResolveTimeout: model.Duration(5 * time.Minute),
HTTPConfig: &defaultHTTPConfig,
UserHTTPHeader: "X-Alertmanager-User",
UserHTTPHeader: "",
SMTPHello: "localhost",
SMTPRequireTLS: true,