WatchScheduler.Development.json 352 B

123456789
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. // dev/test 覆写:仅在 ASPNETCORE_ENVIRONMENT=Development 时启用调试入口。
  4. // 不被部署到生产环境的发布产物中(生产仍走 WatchScheduler.json 的默认 false)。
  5. "WatchScheduler": {
  6. "DebugEndpointEnabled": true
  7. }
  8. }