10 lines
371 B
Plaintext
10 lines
371 B
Plaintext
|
|
# Control Center Configuration - Enterprise Mode
|
||
|
|
# Production HA with compliance frameworks and audit logging
|
||
|
|
|
||
|
|
let control_center_schema = import "../schemas/control-center.ncl" in
|
||
|
|
let control_center_defaults = import "../defaults/control-center-defaults.ncl" in
|
||
|
|
|
||
|
|
{
|
||
|
|
control_center = control_center_defaults.control_center | control_center_schema.ControlCenterConfig,
|
||
|
|
}
|