diff --git a/setting.inc.json b/setting.inc.json index 785b6b3..7b97dbd 100644 --- a/setting.inc.json +++ b/setting.inc.json @@ -1,8 +1,22 @@ { + "Session": "xiaolfengindex", "Mysql": { "Host": "127.0.0.1", "Port": "3306", "Username": "Index", "Password": "qaq061823zcw" + }, + "Smtp": { + "Host": "smtp.x-lf.cn", + "SmtpAuth": true, + "Username": "", + "Password": "", + "Port": 25, + "SecurePort": 465, + "User": "noreplay@x-lf.cn", + "Name": "筱锋个人主页" + }, + "Mail": { + "ExpDate": 300 } } \ No newline at end of file