From 7f0c6de8c80e6cf4abdcc4fb3b7b9c8fd258f43f Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Fri, 31 May 2024 13:40:00 +0800 Subject: [PATCH] =?UTF-8?q?.net8=20=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Admin.WebApi/appsettings.Development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Admin.WebApi/appsettings.Development.json b/ZR.Admin.WebApi/appsettings.Development.json index 0a7fc84..4263cd5 100644 --- a/ZR.Admin.WebApi/appsettings.Development.json +++ b/ZR.Admin.WebApi/appsettings.Development.json @@ -28,7 +28,7 @@ "JwtSettings": { "Issuer": "DOAN.NET", //即token的签发者。 "Audience": "DOAN.NET", //指该token是服务于哪个群体的(群体范围) - "SecretKey": "SecretKey-ZRADMIN.NET-20210101", + "SecretKey": "SecretKey-DOAN.NET-2024-DOAN.NETDOAN.NETDOAN.NETDOAN.NETDOAN.NET", "Expire": 1440, //jwt登录过期时间(分) "RefreshTokenTime": 5, //分钟 "TokenType": "Bearer"