Use range 41xx for teams ports

This commit is contained in:
José Valim 2023-05-30 12:19:51 +02:00
parent 579096d9a4
commit 3e1067f4b5

View file

@ -205,7 +205,7 @@ defmodule Livebook.TeamsServer do
end
defp app_port do
System.get_env("TEAMS_PORT", "5053")
System.get_env("TEAMS_PORT", "4123")
end
defp debug do