wanshenmean
2026-03-09 963aa00ec6b120d05dc702129b176c327213653b
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"]
        }
    }
}