From f99c1becb0bbde82796e15d27e11ac4965c56468 Mon Sep 17 00:00:00 2001
From: qwj <qwjzorro@163.com>
Date: 星期一, 28 八月 2023 09:28:39 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService

---
 DocumentServiceAPI.Application/applicationsettings.json |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/DocumentServiceAPI.Application/applicationsettings.json b/DocumentServiceAPI.Application/applicationsettings.json
index 9ba3089..188c419 100644
--- a/DocumentServiceAPI.Application/applicationsettings.json
+++ b/DocumentServiceAPI.Application/applicationsettings.json
@@ -46,12 +46,25 @@
       "KeepVerb": true,//淇濇寔鐗堟湰鍙蜂竴鑷�
       "LowercaseRoute": false
     },
-  
+
   "CorsAccessorSettings": {
     "WithExposedHeaders": [
       "access-token",
       "x-access-token",
       "environment"
     ]
+  },
+  "ZCUserInfoJwtOP": { //zc鐢ㄦ埛涓績jwt閰嶇疆 鐢ㄤ簬瑙f瀽zc鐨則oken
+
+    "Issuer": "http://localhost",
+    "Audience": "http://localhost",
+    "Expires": 10800,
+    "weixinExpires": 1296000,
+    "SecurityKey": "superSecretKey@345",
+    "RefreshTokenExpires": 86400,
+    "LoginPath": "/_Framework/Redirect401"
+
   }
+
+
 }
\ No newline at end of file

--
Gitblit v1.9.1