{ "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json", // dev/test 覆写:仅在 ASPNETCORE_ENVIRONMENT=Development 时启用调试入口。 // 不被部署到生产环境的发布产物中(生产仍走 WatchScheduler.json 的默认 false)。 "WatchScheduler": { "DebugEndpointEnabled": true }, // S8-WATCH-SCHEDULER-MINIMAL-ENABLEMENT-1(2026-09-04):与 base WatchScheduler.json 保持一致, // 不再显式覆写为 false——否则本文件会在 Development 环境下把 base 的开启值重新压回关闭, // 导致仅改 base 文件在 Development 部署下无效。S8:WatchScheduler:Enabled 未在此节声明, // 继承 base 的 true;TimeoutAutoEscalation / ActiveFlowStuckScan 同样继承 base 的 false,不在此新增。 "S8": { "Scheduler": { "Enabled": true } } }