11 lines
389 B
Text
11 lines
389 B
Text
|
|
# Orchestrator Configuration - Solo Mode
|
||
|
|
# Single developer with local filesystem storage
|
||
|
|
# Uses defaults from orchestrator-defaults.ncl with validation
|
||
|
|
|
||
|
|
let orchestrator_schema = import "../orchestrator.ncl" in
|
||
|
|
let orchestrator_defaults = import "../defaults/orchestrator-defaults.ncl" in
|
||
|
|
|
||
|
|
{
|
||
|
|
orchestrator = orchestrator_defaults.orchestrator | orchestrator_schema.OrchestratorConfig,
|
||
|
|
}
|