Clarify env vars are on boot

Closes #1947.
This commit is contained in:
José Valim 2023-05-31 12:31:57 +02:00 committed by GitHub
parent 6256b66bd3
commit b3db1d450e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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