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