mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 21:14:26 +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)
|
||||
end
|
||||
|
||||
@doc """
|
||||
Returns a boolean if epmdless mode is configured.
|
||||
"""
|
||||
def epmdless? do
|
||||
Application.fetch_env!(:livebook, :epmdless)
|
||||
end
|
||||
|
||||
@doc """
|
||||
Returns the force ssl host if any.
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue