From b3db1d450e52508ccc6f05981787f0838f2da6da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 31 May 2023 12:31:57 +0200 Subject: [PATCH] Clarify env vars are on boot Closes #1947. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 138a50d0c..5875f3478 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Livebook if said token is supplied as part of the URL. ## 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