Skip to content

Commit

Permalink
src/options.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
icasdri committed Nov 19, 2016
1 parent 180a130 commit 8d86bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ pub struct MainConfiguration {
impl Default for MainConfiguration {
fn default() -> Self {
MainConfiguration {
web_listen: "localhost:5001".to_owned(),
ws_listen: "localhost:5002".to_owned(),
web_listen: "0.0.0.0:5001".to_owned(),
ws_listen: "0.0.0.0:5002".to_owned(),
}
}
}

0 comments on commit 8d86bc7

Please sign in to comment.