Skip to content

Commit

Permalink
Set port to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Dec 9, 2024
1 parent fa1dfcd commit 62d9deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/citrea_config/rollup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ impl Default for TelemetryConfig {
fn default() -> Self {
Self {
bind_host: "0.0.0.0".to_owned(),
bind_port: 8081,
bind_port: 0,
}
}
}
Expand Down

0 comments on commit 62d9deb

Please sign in to comment.