From 2c1c4c3fe1d25d2476bbbe7702d89b086ddd5b29 Mon Sep 17 00:00:00 2001 From: yl <ykxkd@outlook.com> Date: 星期六, 28 一月 2023 14:09:47 +0800 Subject: [PATCH] nothing --- VueWebApi/bin/VueWebApi.dll.config | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/VueWebApi/bin/VueWebApi.dll.config b/VueWebApi/bin/VueWebApi.dll.config index 6fa534a..2deaf90 100644 --- a/VueWebApi/bin/VueWebApi.dll.config +++ b/VueWebApi/bin/VueWebApi.dll.config @@ -18,6 +18,8 @@ <add key="DBServer" value="Data Source=121.196.36.24,1533;Initial Catalog=vmes;User ID=sa;Password=xkd@20220602;pooling=false" /> <!--澶у矝鏈嶅姟鍣ㄧ幆澧�--> <!--<add key="DBServer" value="Data Source=192.168.2.138;Initial Catalog=vmes;User ID=sa;Password=Dd@20220727;pooling=false" />--> + <!--redis浼佷笟閰嶇疆--> + <add key="Enterprise" value="MES" /> <!--redis鏁版嵁搴撻摼鎺ラ厤缃甶p--> <add key="RedisConnIp" value="127.0.0.1" /> <!--redis鏁版嵁搴撻摼鎺ラ厤缃鍙e彿--> @@ -25,17 +27,19 @@ <!--key澶辨晥鏃堕棿30绉�--> <add key="RedisKeyTimeCont" value="120" /> <!--Excel瀵煎嚭妯℃澘閰嶇疆IP--> - <add key="serverIP" value="wss://121.196.36.24:8001" /> <add key="FileIP" value="http://121.196.36.24:8001/" /> <add key="webpages:Version" value="3.0.0.0" /> <add key="webpages:Enabled" value="false" /> <add key="ClientValidationEnabled" value="true" /> <add key="UnobtrusiveJavaScriptEnabled" value="true" /> + <!--鎻愪氦json瀛楃涓茶繃闀块棶棰�--> + <add key="aspnet:MaxJsonDeserializerMembers" value="150000000" /> </appSettings> <system.web> <compilation debug="true" targetFramework="4.6.1" /> <customErrors mode="Off" /> - <httpRuntime targetFramework="4.6.1" /> + <!--鏈�澶ц姹傞暱搴�,鍗曚綅涓簁b--> + <httpRuntime targetFramework="4.6.1" maxRequestLength="2147483647" maxQueryStringLength="2097151" /> <!--session澶辨晥鏃堕棿--> <sessionState mode="InProc" timeout="240"> <!--<sessionState mode="Off">--> -- Gitblit v1.9.3