Skip to content

Commit

Permalink
Change default port
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelillo15 committed Jun 11, 2024
1 parent ea1aaf6 commit 03c67b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async fn main() -> std::io::Result<()> {

let host: String = env::var("HOST").unwrap_or("0.0.0.0".to_string());
let port: String = env::var("PORT")
.unwrap_or(8080.to_string())
.unwrap_or(2022.to_string())
.parse()
.unwrap();

Expand Down

0 comments on commit 03c67b6

Please sign in to comment.