Options {
verbose,
host: host.unwrap_or(String::from("0.0.0.0:8080")),
web: web.unwrap_or(String::from("0.0.0.0:3000")),
web: web.unwrap_or(String::from("localhost:3000")),
},
vec![],
))