Fix configuration docs
This commit is contained in:
parent
8ee78e0e53
commit
794b7c4a1a
|
@ -159,10 +159,8 @@ type SlackConfig struct {
|
|||
// Slack channel override, (like #other-channel or @username).
|
||||
Channel string `yaml:"channel"`
|
||||
|
||||
// Color of message when triggered.
|
||||
Color string `yaml:"color"`
|
||||
|
||||
// Color of message when resolved.
|
||||
// The message colors.
|
||||
ColorFiring string `yaml:"color"`
|
||||
ColorResolved string `yaml:"color_resolved"`
|
||||
|
||||
// Catches all undefined fields and must be empty after parsing.
|
||||
|
|
Loading…
Reference in New Issue