mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 04:57:18 +08:00
Move epmdless check to Livebook.Config
This commit is contained in:
parent
5964bd3e09
commit
4d58f32668
1 changed files with 7 additions and 0 deletions
|
@ -335,6 +335,13 @@ defmodule Livebook.Config do
|
||||||
Application.fetch_env!(:livebook, :update_instructions_url)
|
Application.fetch_env!(:livebook, :update_instructions_url)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@doc """
|
||||||
|
Returns a boolean if epmdless mode is configured.
|
||||||
|
"""
|
||||||
|
def epmdless? do
|
||||||
|
Application.fetch_env!(:livebook, :epmdless)
|
||||||
|
end
|
||||||
|
|
||||||
@doc """
|
@doc """
|
||||||
Returns the force ssl host if any.
|
Returns the force ssl host if any.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue