Platform restructured into crates/, added AI service and detector,
migrated control-center-ui to Leptos 0.8
13 lines
201 B
TOML
13 lines
201 B
TOML
[daemon.actions]
|
|
auto_cleanup = false
|
|
auto_update = false
|
|
|
|
[daemon.daemon]
|
|
enabled = true
|
|
max_workers = 2
|
|
poll_interval = 60
|
|
|
|
[daemon.logging]
|
|
file = "/tmp/provisioning-daemon-solo.log"
|
|
level = "info"
|