port 8000

This commit is contained in:
mbecker20
2022-12-17 23:35:40 +00:00
parent b4c98820d9
commit c0854c7923

View File

@@ -242,7 +242,7 @@ pub fn gen_periphery_config(sub_matches: &ArgMatches) {
let port = sub_matches
.get_one::<String>("port")
.map(|p| p.as_str())
.unwrap_or("9000")
.unwrap_or("8000")
.parse::<u16>()
.expect("invalid port");