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.
|
// DefaultGlobalConfig returns GlobalConfig with default values.
|
||||||
func DefaultGlobalConfig() GlobalConfig {
|
func DefaultGlobalConfig() GlobalConfig {
|
||||||
return GlobalConfig{
|
return GlobalConfig{
|
||||||
ResolveTimeout: model.Duration(5 * time.Minute),
|
ResolveTimeout: model.Duration(5 * time.Minute),
|
||||||
HTTPConfig: &commoncfg.HTTPClientConfig{},
|
HTTPConfig: &commoncfg.HTTPClientConfig{},
|
||||||
|
|
||||||
SMTPHello: "localhost",
|
SMTPHello: "localhost",
|
||||||
SMTPRequireTLS: true,
|
SMTPRequireTLS: true,
|
||||||
PagerdutyURL: mustParseURL("https://events.pagerduty.com/v2/enqueue"),
|
PagerdutyURL: mustParseURL("https://events.pagerduty.com/v2/enqueue"),
|
||||||
|
|
Loading…
Reference in New Issue