update notifications docs

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2022-05-05 11:00:07 +00:00
parent ffb1365742
commit 9c120d0758
3 changed files with 6 additions and 6 deletions
@@ -21,10 +21,9 @@ func DefaultConfig() *config.Config {
},
Notifications: config.Notifications{
SMTP: config.SMTP{
Host: "127.0.0.1",
Port: "1025",
Sender: "god@example.com",
Password: "godisdead",
Host: "127.0.0.1",
Port: "1025",
Sender: "noreply@example.com",
},
Events: config.Events{
Endpoint: "127.0.0.1:9233",