From 99d55d437cc924429bb9589d5afe24f386cf8342 Mon Sep 17 00:00:00 2001 From: HuBingJie <3146306518@qq.com> Date: 星期四, 18 九月 2025 15:52:17 +0800 Subject: [PATCH] 1 --- 代码管理/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Release/net6.0/publish/appsettings.json | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Release/net6.0/publish/appsettings.json" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Release/net6.0/publish/appsettings.json" index 6d39643..f601ff9 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Release/net6.0/publish/appsettings.json" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Release/net6.0/publish/appsettings.json" @@ -7,6 +7,9 @@ } }, "dics": "deviceType,devicePlcType,jobAssembly,jobClassName,deviceStatus,taskType,taskState,inOutType,agvStationEnum,agvareaEnum", + "urlLanJianWCSAPI": "http://26.39.153.105:8080/WcsApi/", //鍏板墤IP鍦板潃锛屽悗缁緟鏇存敼 + "LanJianStkRunStatus": "StkRunStatus", //鍏板墤鍫嗗灈鏈鸿繍琛岀姸鎬佹帴鍙� + "LanJiantaskResult": "taskResult", //鍏板墤浠诲姟鍙嶉鎺ュ彛 "AllowedHosts": "*", "ConnectionStringsEncryption": false, @@ -20,7 +23,7 @@ //杩炴帴瀛楃涓� //"ConnectionString": "HTI6FB1H05Krd07mNm9yBCNhofW6edA5zLs9TY~MNthRYW3kn0qKbMIsGp~3yyPDF1YZUCPBQx8U0Jfk4PH~ajNFXVIwlH85M3F~v_qKYQ3CeAz3q1mLVDn8O5uWt1~3Ut2V3KRkEwYHvW2oMDN~QIDXPxDgXN0R2oTIhc9dNu7QNaLEknblqmHhjaNSSpERdDVZIgHnMKejU_SL49tralBkZmDNi0hmkbL~837j1NWe37u9fJKmv91QPb~16JsuI9uu0EvNZ06g6PuZfOSAeFH9GMMIZiketdcJG3tHelo=", //"ConnectionString": "Data Source=.;Initial Catalog=JX_WIDESEAWCS_RGV;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", - "ConnectionString": "Data Source=127.0.0.1;Initial Catalog=JX_WIDESEAWCS_RGV;User ID=kh006;Password=B@J2E1~8;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", + "ConnectionString": "Data Source=26.1.121.250;Initial Catalog=JX_WIDESEAWCS_RGV;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", //璺ㄥ煙 "Cors": { "PolicyName": "CorsIpAccess", //绛栫暐鍚嶇О @@ -36,9 +39,9 @@ "QuartzJobAutoStart": true, "DBSeedEnable": false, "QuartzDBSeedEnable": true, - "LogDeubgEnable": true, //鏄惁璁板綍璋冭瘯鏃ュ織 - "PrintSql": true, //鎵撳嵃SQL璇彞 - "LogAOPEnable": true, //鏄惁璁板綍AOP鏃ュ織 + "LogDeubgEnable": false, //鏄惁璁板綍璋冭瘯鏃ュ織 + "PrintSql": false, //鎵撳嵃SQL璇彞 + "LogAOPEnable": false, //鏄惁璁板綍AOP鏃ュ織 "WebSocketEnable": true, "WebSocketPort": 9260 } -- Gitblit v1.9.3