1
z8018
2025-06-10 e46aa927d231af83724683c7286d9db503e24cf7
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json
@@ -24,21 +24,25 @@
        // æ³¨æ„ï¼Œhttp://127.0.0.1:1818 å’Œ http://localhost:1818 æ˜¯ä¸ä¸€æ ·çš„
        "IPs": "http://127.0.0.1:8081,http://localhost:8081"
    },
    "ApiLogIgnore": "", //忽略的API名称,多个用逗号分隔
    "ApiName": "WIDESEAWCS",
    "ExpMinutes": 120,
    "QuartzJobAutoStart": false,
    "DBSeedEnable": false,
    "DBSeedEnable": true,
    "LogDeubgEnable": true, //是否记录调试日志
    "PrintSql": true, //打印SQL语句
    "LogAOPEnable": false, //是否记录AOP日志
    "WebSocketEnable": true, //是否开启WebSocket服务
    "WebSocketPort": 9296, //WebSocket服务端口
    "MaxWidth": 1300,
    "MaxWidth": 1000,
    "MinWidth": 50,
    "MaxLength": 2800,
    "MinLength": 300,
    "MinY": 175,
    "LengthThreshold": "1700",
    "Spacing": 30,
    "MaxRotateLength": 1300
    "MaxRotateLength": 1300,
    "RotateYOffset": 100,
    "MinWidthOffset": 0, //最小宽度X偏移量
    "MaxWidthOffset": 300 //最大宽度X偏移量
}