Skip to content

Commit

Permalink
try to use http by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Oct 18, 2021
1 parent 49a37db commit 79700f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/src/settings.rs
Expand Up @@ -70,7 +70,7 @@ impl Settings {
.node
.clone()
.or_else(|| file.node.clone())
.unwrap_or_else(|| "127.0.0.1:8299".parse().unwrap());
.unwrap_or_else(|| "http://127.0.0.1:8299".parse().unwrap());

let binding_address = cmd
.binding_address
Expand Down

0 comments on commit 79700f6

Please sign in to comment.