From 8bbabcbdb44da51eb80f554059ddfc52b0605a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 20 Jan 2022 10:43:02 +0100 Subject: [PATCH] Clarify some env vars in the README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2a93003a..589a7ca92 100644 --- a/README.md +++ b/README.md @@ -167,9 +167,9 @@ The following environment variables configure Livebook: * LIVEBOOK_PASSWORD - sets a password that must be used to access Livebook. Must be at least 12 characters. Defaults to token authentication. - * LIVEBOOK_PORT - sets the port Livebook runs on. If you want multiple instances - to run on the same domain but different ports, you also need to set LIVEBOOK_SECRET_KEY_BASE. - Defaults to 8080. + * LIVEBOOK_PORT - sets the port Livebook runs on. If you want to run multiple + instances on the same domain with the same credentials but on different ports, + you also need to set LIVEBOOK_SECRET_KEY_BASE. Defaults to 8080. * LIVEBOOK_ROOT_PATH - sets the root path to use for file selection. This does not restrict access to upper directories unless the operating system user is @@ -181,7 +181,8 @@ The following environment variables configure Livebook: Defaults to a random secret on every boot. * LIVEBOOK_TOKEN_ENABLED - controls whether token authentication is enabled. - Enabled by default unless `LIVEBOOK_PASSWORD` is set. + Enabled by default unless `LIVEBOOK_PASSWORD` is set. Set it to "false" to + disable it.