Platform restructured into crates/, added AI service and detector,
migrated control-center-ui to Leptos 0.8
19 lines
292 B
TOML
19 lines
292 B
TOML
[daemon.actions]
|
|
auto_cleanup = true
|
|
auto_update = true
|
|
health_checks = true
|
|
workspace_sync = true
|
|
|
|
[daemon.daemon]
|
|
enabled = true
|
|
max_workers = 16
|
|
poll_interval = 30
|
|
|
|
[daemon.logging]
|
|
file = "/var/log/provisioning/daemon.log"
|
|
level = "info"
|
|
syslog = true
|
|
|
|
[daemon.monitoring]
|
|
enabled = true
|