Fix default port setting.
This commit is contained in:
parent
3b02b40758
commit
e63f8b51b1
|
|
@ -80,7 +80,7 @@ impl Default for Config {
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
Config {
|
Config {
|
||||||
listen_addr: "127.0.0.1:28233"
|
listen_addr: "127.0.0.1:8233"
|
||||||
.parse()
|
.parse()
|
||||||
.expect("Hardcoded address should be parseable"),
|
.expect("Hardcoded address should be parseable"),
|
||||||
user_agent: crate::constants::USER_AGENT.to_owned(),
|
user_agent: crate::constants::USER_AGENT.to_owned(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue