mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
parent
6256b66bd3
commit
b3db1d450e
1 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ Livebook if said token is supplied as part of the URL.
|
|||
## Environment variables
|
||||
<!-- Environment variables -->
|
||||
|
||||
The following environment variables configure Livebook:
|
||||
The following environment variables can be used to configure Livebook on boot:
|
||||
|
||||
* LIVEBOOK_APP_SERVICE_NAME - sets the application name used by the cloud
|
||||
provider to aid debugging.
|
||||
|
@ -257,7 +257,7 @@ such as:
|
|||
* or to configure the Erlang VM, for instance, by setting
|
||||
`ERL_AFLAGS="-proto_dist inet6_tcp"` if you need Livebook to run over IPv6
|
||||
|
||||
Be careful when modifying said files, Livebook may be unable to start if
|
||||
Be careful when modifying boot files, Livebook may be unable to start if
|
||||
configured incorrectly.
|
||||
|
||||
If running Livebook via the command line, run `livebook server --help` to see
|
||||
|
|
Loading…
Reference in a new issue