From 70b7c0b37879bd68ffbdd0195c0148a0fb8d3b8a Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Tue, 2 May 2023 17:17:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setting.inc.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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