This commit is contained in:
root
2025-07-19 16:36:51 +02:00
parent 7ac1ad269c
commit e8502779f0
7 changed files with 78 additions and 48 deletions

View File

@@ -1,5 +1,6 @@
use std::env;
#[derive(Clone)]
pub struct Config {
pub ts3_server: String,
pub ts3_query_port: u16,
@@ -7,7 +8,7 @@ pub struct Config {
pub ts3_query_pass: String,
pub rrd_file: String,
pub rrd_update_interval: u64,
// Dodaj inne pola z config.example.py[2]
// Dodaj inne pola z config.example.py[2], np. channel_admin_group: u32
}
impl Config {