mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
Use range 41xx for teams ports
This commit is contained in:
parent
579096d9a4
commit
3e1067f4b5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue