填充默认配置
This commit is contained in:
parent
e1517d4243
commit
2d1cb1546f
@ -85,7 +85,15 @@ func Default() Config {
|
||||
ServerName: "没有设置名字",
|
||||
Captcha: Captcha{},
|
||||
Email: EmailConfig{
|
||||
Smtp: []SmtpUser{},
|
||||
Smtp: []SmtpUser{
|
||||
{
|
||||
Host: "",
|
||||
Port: 0,
|
||||
SSL: false,
|
||||
Name: "",
|
||||
Pass: "",
|
||||
},
|
||||
},
|
||||
AllowDomain: []string{},
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user