From 664b7bfc1baf02e12c39faad91c4b8fd966771ee Mon Sep 17 00:00:00 2001 From: hehaibing-1996 Date: Wed, 30 Apr 2025 09:24:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WCS.WebApi/data/jsconfig.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 WCS.WebApi/data/jsconfig.json diff --git a/WCS.WebApi/data/jsconfig.json b/WCS.WebApi/data/jsconfig.json new file mode 100644 index 0000000..7d9e63c --- /dev/null +++ b/WCS.WebApi/data/jsconfig.json @@ -0,0 +1,16 @@ +{ + "ModuleCodePatterns": null, + "IsSameMatCodeOut": true, + "DataDbPath": "Server=192.168.2.2; Database=EdgeDB; uid = sa; pwd = 8ik,9ol.; Trusted_Connection = False;", + "LogDbPath": "Server=192.168.2.2; Database=EdgeDB; uid = sa; pwd = 8ik,9ol.; Trusted_Connection = False;", + "AuthDbPath": "Server=192.168.2.2; Database=EdgeDB; uid = sa; pwd = 8ik,9ol.; Trusted_Connection = False;", + "IsAccessWMS": true, + "WMSUrl": null, + "IsResetDBOrTable": false, + "InstoreTimeOut": 5000, + "IsMx": true, + "InputStockInStr": "http://192.168.2.23:9289/integrate/instock/inputStockIn", + "BunkerOutStr": "http://192.168.2.23:9289/integrate/inOut/bunkerOut", + "QueryBybar": "http://192.168.2.23:9213/integrate/instock/queryBybar", + "GroupName": "CC" +} \ No newline at end of file