mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
Fix typo in README (#446)
This commit is contained in:
parent
ee740d4194
commit
64037e0cf4
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ The following environment variables configure Livebook:
|
|||
* LIVEBOOK_DEFAULT_RUNTIME - sets the runtime type that is used by default
|
||||
when none is started explicitly for the given notebook. Must be either
|
||||
"standalone" (Elixir standalone), "mix[:PATH]" (Mix standalone),
|
||||
"attached:NODE:COOKIE" (Standalone) or "embedded" (Embedded).
|
||||
"attached:NODE:COOKIE" (Attached node) or "embedded" (Embedded).
|
||||
Defaults to "standalone".
|
||||
|
||||
* LIVEBOOK_IP - sets the ip address to start the web application on.
|
||||
|
|
Loading…
Reference in a new issue