feat: 重组项目结构并完善运行管理

This commit is contained in:
chuan
2026-08-10 15:00:39 +08:00
parent ea4625e5da
commit 28fa69e614
127 changed files with 3927 additions and 1079 deletions
+9 -1
View File
@@ -20,6 +20,14 @@ interval_secs = 21600
retain_checkpoints = 3
create_on_start = true
[diagnostics]
enabled = true
database = "data/diagnostics.sqlite3"
sample_interval_secs = 10
raw_retention_hours = 24
minute_retention_days = 30
queue_capacity = 128
[logging]
directory = "data/logs"
file_enabled = true
@@ -58,7 +66,7 @@ new_destinations_per_minute = 12000
[http]
listen = "127.0.0.1:8080"
web_dir = "web/dist"
web_dir = "src/web/dist"
[verification]
enabled = true