Skip to content

Commit

Permalink
Update config/notifiers.go
Browse files Browse the repository at this point in the history
Co-authored-by: gotjosh <josue.abreu@gmail.com>
  • Loading branch information
metalmatze and gotjosh committed Jul 4, 2022
1 parent 2f1ab94 commit 490815a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/notifiers.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ type DiscordConfig struct {
NotifierConfig `yaml:",inline" json:",inline"`

HTTPConfig *commoncfg.HTTPClientConfig `yaml:"http_config,omitempty" json:"http_config,omitempty"`
APIURL *SecretURL `yaml:"api_url,omitempty" json:"api_url,omitempty"`
WebhookURL *SecretURL `yaml:"webhook_url,omitempty" json:"webhook_url,omitempty"`

Title string `yaml:"title,omitempty" json:"title,omitempty"`
Message string `yaml:"message,omitempty" json:"message,omitempty"`
Expand Down

0 comments on commit 490815a

Please sign in to comment.