@scotthamilton77/sidekick 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -32,6 +32,10 @@ daemon:
|
|
|
32
32
|
idleTimeoutMs: 300000
|
|
33
33
|
# Graceful shutdown timeout in ms (30 seconds)
|
|
34
34
|
shutdownTimeoutMs: 30000
|
|
35
|
+
# Project registry settings (for UI discovery)
|
|
36
|
+
projects:
|
|
37
|
+
# Auto-prune projects inactive for more than this many days
|
|
38
|
+
retentionDays: 30
|
|
35
39
|
|
|
36
40
|
# IPC (Inter-Process Communication) configuration
|
|
37
41
|
ipc:
|