mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
Remove Livebook Teams env var, the user should not set those
This commit is contained in:
parent
ccacabab2d
commit
875144cb66
1 changed files with 0 additions and 13 deletions
13
README.md
13
README.md
|
@ -267,19 +267,6 @@ The following environment variables can be used to configure Livebook on boot:
|
|||
* `LIVEBOOK_SHUTDOWN_ENABLED` - controls if a shutdown button should be shown
|
||||
in the homepage. Set it to "true" to enable it.
|
||||
|
||||
* `LIVEBOOK_TEAMS_KEY` - sets the secret Livebook Teams key for creating an offline hub.
|
||||
Must be set together with `LIVEBOOK_TEAMS_NAME` and `LIVEBOOK_TEAMS_OFFLINE_KEY`.
|
||||
|
||||
* `LIVEBOOK_TEAMS_NAME` - sets the Livebook Teams name for creating an offline hub.
|
||||
Must be set together with `LIVEBOOK_TEAMS_KEY` and `LIVEBOOK_TEAMS_OFFLINE_KEY`.
|
||||
|
||||
* `LIVEBOOK_TEAMS_OFFLINE_KEY` - sets the Livebook Teams public key for creating an offline hub.
|
||||
Must be set together with `LIVEBOOK_TEAMS_NAME` and `LIVEBOOK_TEAMS_KEY`.
|
||||
|
||||
* `LIVEBOOK_TEAMS_SECRETS` - sets the Livebook Teams encrypted secrets for deploying apps with secrets.
|
||||
This is relevant when deploying airgapped apps. Must be set together with
|
||||
`LIVEBOOK_TEAMS_NAME`, `LIVEBOOK_TEAMS_KEY`, and `LIVEBOOK_TEAMS_OFFLINE_KEY`.
|
||||
|
||||
* `LIVEBOOK_TOKEN_ENABLED` - controls whether token authentication is enabled.
|
||||
Enabled by default unless `LIVEBOOK_PASSWORD` is set. Set it to "false" to
|
||||
disable it.
|
||||
|
|
Loading…
Reference in a new issue