wanshenmean
2026-03-06 1e03676ccf31594195266ae732857af5717a5fb2
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
@@ -28,7 +28,15 @@
    "PrintSql": false, //打印SQL语句
    "ApiName": "WIDESEA",
    "ExpMinutes": 120,
    "DBSeedEnable": true,
    "DBSeedEnable": false,
    "PDAVersion": "4",
    "WebSocketPort": 9296
    "WebSocketPort": 9296,
    "AutoOutboundTask": {
        "Enable": true,
        "CheckIntervalSeconds": 300,
        "TargetAddresses": {
            "GW": "10081",
            "CW": "10080"
        }
    }
}