10 lines
364 B
Plaintext
10 lines
364 B
Plaintext
|
|
# Orchestrator Configuration - Multi-User Mode
|
||
|
|
# Team collaboration with PostgreSQL backend and multi-workspace support
|
||
|
|
|
||
|
|
let orchestrator_schema = import "../schemas/orchestrator.ncl" in
|
||
|
|
let orchestrator_defaults = import "../defaults/orchestrator-defaults.ncl" in
|
||
|
|
|
||
|
|
{
|
||
|
|
orchestrator = orchestrator_defaults.orchestrator | orchestrator_schema.OrchestratorConfig,
|
||
|
|
}
|