We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 659da3f + f5c10cd commit 254001fCopy full SHA for 254001f
src/main.rs
@@ -35,7 +35,7 @@ lazy_static! {
35
#[tokio::main]
36
async fn main() {
37
register_custom_metrics();
38
- let addr = ([127, 0, 0, 1], 8080).into();
+ let addr = ([0, 0, 0, 0], 16289).into();
39
println!("Listening on http://{}", addr);
40
41
tokio::task::spawn(data_collector());
0 commit comments