We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077dbce commit 333b68bCopy full SHA for 333b68b
internal/settings/settings.go
@@ -53,7 +53,7 @@ type MailNotify struct {
53
SMTPServer string `json:"smtp_server" yaml:"smtp_server"`
54
SMTPUsername string `json:"smtp_username" yaml:"smtp_username"`
55
SMTPPassword string `json:"smtp_password" yaml:"smtp_password"`
56
- SMTPPasswordFile string `json:"smtp_password" yaml:"smtp_password_file"`
+ SMTPPasswordFile string `json:"smtp_password_file" yaml:"smtp_password_file"`
57
SMTPPort int `json:"smtp_port" yaml:"smtp_port"`
58
SendTo string `json:"send_to" yaml:"send_to"`
59
}
0 commit comments