settings devided into server and app

This commit is contained in:
2025-08-29 19:25:31 +02:00
parent 32a4435be1
commit 05afe84ffb
3 changed files with 30 additions and 24 deletions

View File

@@ -72,10 +72,3 @@ pub struct HardwareDto {
pub ram_size: f64,
pub ip_address: String,
}
#[derive(Debug, Deserialize, Clone)]
pub struct WatcherConfig {
pub server_url: String,
pub heartbeat_interval_secs: u64,
pub metrics_interval_secs: u64,
}