2026-01-08 09:55:37 +00:00
|
|
|
# Orchestrator Configuration - Solo Mode
|
|
|
|
|
# Single developer with local filesystem storage
|
|
|
|
|
# Uses defaults from orchestrator-defaults.ncl with validation
|
|
|
|
|
|
2026-05-12 02:23:01 +01:00
|
|
|
let orchestrator_schema = import "../orchestrator.ncl" in
|
2026-01-08 09:55:37 +00:00
|
|
|
let orchestrator_defaults = import "../defaults/orchestrator-defaults.ncl" in
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
orchestrator = orchestrator_defaults.orchestrator | orchestrator_schema.OrchestratorConfig,
|
|
|
|
|
}
|