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