| 123456789101112 |
- {
- "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
- // G-08 自动监控调度配置。只承载"appsettings 锚点"一类配置项(见 G08-02 配置分类表)。
- // 其余参数分别落在属性固化(IntervalMinutes)、代码常量(TenantId / FactoryId / FailurePauseThreshold)
- // 与 Admin.NET 作业管理(Enabled)等锚点上,不在本文件承载。
- "WatchScheduler": {
- // 调试入口 POST /api/aidop/s8/watch-debug/run-once 启用开关。
- // 开发 / 测试默认 true;正式环境应覆写为 false。
- "DebugEndpointEnabled": true
- }
- }
|