2025-12-11 14:32:31 +08:00
|
|
|
{
|
|
|
|
|
"description": "工单数据库连接配置",
|
|
|
|
|
"host": "10.0.0.20",
|
|
|
|
|
"port": 1433,
|
|
|
|
|
"database": "MES1",
|
|
|
|
|
"username": "sjsdbj",
|
|
|
|
|
"password": "sjs123",
|
|
|
|
|
"charset": "utf8mb4",
|
2026-01-16 14:47:53 +08:00
|
|
|
"target_process_name": "泵空跑合",
|
2025-12-11 14:32:31 +08:00
|
|
|
"comment": "请根据实际环境修改以上配置",
|
|
|
|
|
"debug_mode": false
|
|
|
|
|
}
|