mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-09 21:51:42 +08:00
Clarify docs for LIVEBOOK_DATA_PATH
This commit is contained in:
parent
f8117e6c25
commit
8e58ded9e2
1 changed files with 5 additions and 4 deletions
|
|
@ -177,14 +177,15 @@ The following environment variables can be used to configure Livebook on boot:
|
||||||
* LIVEBOOK_APPS_PATH_PASSWORD - the password to use for all protected apps
|
* LIVEBOOK_APPS_PATH_PASSWORD - the password to use for all protected apps
|
||||||
deployed from LIVEBOOK_APPS_PATH.
|
deployed from LIVEBOOK_APPS_PATH.
|
||||||
|
|
||||||
* LIVEBOOK_BASE_URL_PATH - sets the base url path the web application is served on.
|
* LIVEBOOK_BASE_URL_PATH - sets the base url path the web application is
|
||||||
Useful when deploying behind a reverse proxy.
|
served on. Useful when deploying behind a reverse proxy.
|
||||||
|
|
||||||
* LIVEBOOK_COOKIE - sets the cookie for running Livebook in a cluster.
|
* LIVEBOOK_COOKIE - sets the cookie for running Livebook in a cluster.
|
||||||
Defaults to a random string that is generated on boot.
|
Defaults to a random string that is generated on boot.
|
||||||
|
|
||||||
* LIVEBOOK_DATA_PATH - the directory to store Livebook configuration.
|
* LIVEBOOK_DATA_PATH - the directory to store Livebook's internal
|
||||||
Defaults to "livebook" under the default user data directory.
|
configuration. Defaults to "livebook" under the default user data
|
||||||
|
directory.
|
||||||
|
|
||||||
* LIVEBOOK_DEFAULT_RUNTIME - sets the runtime type that is used by default
|
* LIVEBOOK_DEFAULT_RUNTIME - sets the runtime type that is used by default
|
||||||
when none is started explicitly for the given notebook. Must be either
|
when none is started explicitly for the given notebook. Must be either
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue