From 948b1bcf4e7687ebea8bf44e873f1e9c2c6019d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Mon, 19 Jun 2023 19:53:00 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20fix=E9=82=AE=E4=BB=B6=E5=8F=91=E9=80=81?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=B0=91=E4=BA=86useSsl=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Admin.WebApi/appsettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ZR.Admin.WebApi/appsettings.json b/ZR.Admin.WebApi/appsettings.json index 8b45059..ee4aaab 100644 --- a/ZR.Admin.WebApi/appsettings.json +++ b/ZR.Admin.WebApi/appsettings.json @@ -85,7 +85,8 @@ //协议 "Smtp": "smtp.qq.com", "Port": 587, - "Signature": "系统邮件,请勿回复!" + "Signature": "系统邮件,请勿回复!", + "UseSsl": true }, //redis服务配置 "RedisServer": {