Revert unwanted formatting change

Signed-off-by: Ben Ridley <benridley29@gmail.com>
This commit is contained in:
Ben Ridley 2020-12-16 21:48:08 +11:00
parent bcab6aa8c3
commit d9d7511ad0
1 changed files with 3 additions and 2 deletions

View File

@ -489,6 +489,7 @@ func DefaultGlobalConfig() GlobalConfig {
return GlobalConfig{
ResolveTimeout: model.Duration(5 * time.Minute),
HTTPConfig: &commoncfg.HTTPClientConfig{},
SMTPHello: "localhost",
SMTPRequireTLS: true,
PagerdutyURL: mustParseURL("https://events.pagerduty.com/v2/enqueue"),