Clarify root access docs, closes #701 (#702)

This commit is contained in:
José Valim 2021-11-12 11:32:03 +01:00 committed by GitHub
parent b116e2b1e6
commit ff4f21f7aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,9 @@ The following environment variables configure Livebook:
to run on the same domain but different ports, you also need to set LIVEBOOK_SECRET_KEY_BASE. to run on the same domain but different ports, you also need to set LIVEBOOK_SECRET_KEY_BASE.
Defaults to 8080. Defaults to 8080.
* LIVEBOOK_ROOT_PATH - sets the root path to use for file selection. * 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
also restricted.
* LIVEBOOK_SECRET_KEY_BASE - sets a secret key that is used to sign and encrypt * LIVEBOOK_SECRET_KEY_BASE - sets a secret key that is used to sign and encrypt
the session and other payloads used by Livebook. Must be at least 64 characters the session and other payloads used by Livebook. Must be at least 64 characters