XF_Index/setting.inc.json

22 lines
399 B
JSON
Raw Normal View History

2023-05-02 10:31:31 +08:00
{
2023-05-02 17:17:02 +08:00
"Session": "xiaolfengindex",
2023-05-02 10:31:31 +08:00
"Mysql": {
"Host": "127.0.0.1",
"Port": "3306",
"Username": "Index",
"Password": "qaq061823zcw"
2023-05-02 17:17:02 +08:00
},
"Smtp": {
"Host": "smtp.x-lf.cn",
"SmtpAuth": true,
"Username": "",
"Password": "",
"Port": 25,
"SecurePort": 465,
"User": "noreplay@x-lf.cn",
"Name": "筱锋个人主页"
},
"Mail": {
"ExpDate": 300
2023-05-02 10:31:31 +08:00
}
}