config: set global SMTP hello to "localhost" by default (#1290)

This commit is contained in:
Simon Pasquier 2018-03-16 15:45:17 +01:00 committed by Brian Brazil
parent d63c25a855
commit 8c9e0cf50c

View File

@ -356,6 +356,7 @@ var DefaultGlobalConfig = GlobalConfig{
ResolveTimeout: model.Duration(5 * time.Minute),
HTTPConfig: &commoncfg.HTTPClientConfig{},
SMTPHello: "localhost",
SMTPRequireTLS: true,
PagerdutyURL: "https://events.pagerduty.com/v2/enqueue",
HipchatAPIURL: "https://api.hipchat.com/",