{
    "app_env": "dev",
    "http_addr": ":8082",
    "log_dir": "/logs/sbxorch",
    "log_file_prefix": "orchestrator",
    "sqlite_path": "/var/lib/sandboxd/orchestrator.db",
    "heartbeat_interval": "10s",
    "probe_timeout": "3s",
    "sandbox_op_timeout": "60s",
    "heartbeat_parallel": false,
    "heartbeat_max_parallel": 4,
    "resource_sync_interval": "30s",
    "resource_persist_min_interval": "30s",
    "resource_persist_max_interval": "5m",
    "ready_success_threshold": 2,
    "notready_failure_threshold": 2,
    "shutdown_timeout": "5s",
    "scheduler_interval": "3s",
    "reconcile_interval": "5s",
    "status_sync_interval": "20s",
    "status_sync_timeout": "5s",
    "status_sync_batch_size": 50,
    "status_sync_max_parallel": 4,
    "host_port_min": 10000,
    "host_port_max": 32767,
    "create_rps": 20,
    "create_burst": 40
}
