Skip to content

Commit

Permalink
Use 5053 by default for Livebook
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 24, 2023
1 parent 538c967 commit 74b4d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/integration/teams_server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ defmodule Livebook.TeamsServer do
end

defp app_port do
System.get_env("TEAMS_PORT", "4043")
System.get_env("TEAMS_PORT", "5053")
end

defp debug do
Expand Down

0 comments on commit 74b4d71

Please sign in to comment.