#[derive(Default, Clone)] pub struct Config { pub port: u32, pub host: String, pub admin_secret: Option, }