mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-10 13:38:09 +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
|
end
|
||||||
|
|
||||||
defp app_port do
|
defp app_port do
|
||||||
System.get_env("TEAMS_PORT", "5053")
|
System.get_env("TEAMS_PORT", "4123")
|
||||||
end
|
end
|
||||||
|
|
||||||
defp debug do
|
defp debug do
|
||||||
|
|
Loading…
Add table
Reference in a new issue