Revert unwanted formatting change
Signed-off-by: Ben Ridley <benridley29@gmail.com>
This commit is contained in:
parent
bcab6aa8c3
commit
d9d7511ad0
|
@ -487,8 +487,9 @@ func checkTimeInterval(r *Route, timeIntervals map[string]struct{}) error {
|
|||
// DefaultGlobalConfig returns GlobalConfig with default values.
|
||||
func DefaultGlobalConfig() GlobalConfig {
|
||||
return GlobalConfig{
|
||||
ResolveTimeout: model.Duration(5 * time.Minute),
|
||||
HTTPConfig: &commoncfg.HTTPClientConfig{},
|
||||
ResolveTimeout: model.Duration(5 * time.Minute),
|
||||
HTTPConfig: &commoncfg.HTTPClientConfig{},
|
||||
|
||||
SMTPHello: "localhost",
|
||||
SMTPRequireTLS: true,
|
||||
PagerdutyURL: mustParseURL("https://events.pagerduty.com/v2/enqueue"),
|
||||
|
|
Loading…
Reference in New Issue