Changed mail config

master
Alex 2021-06-15 22:03:49 +02:00
parent 4ef3d96ec7
commit f6dd630133
1 changed files with 2 additions and 5 deletions

View File

@ -26,11 +26,8 @@ type database struct {
} }
type mail struct { type mail struct {
Host string Host string
Port string Key string
User string
Password string
From string
} }
type settings struct { type settings struct {