zmiany
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user