feat: 重组项目结构并完善运行管理
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user