mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
Update README.md (#235)
This commit is contained in:
parent
777626d56f
commit
7262ff540d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ We will work on other distribution modes (escripts, Docker images, etc) once we
|
|||
|
||||
Livebook is built to document and execute code. Anyone with access to a Livebook instance will be able to access any file and execute any code in the machine Livebook is running.
|
||||
|
||||
For this reason, `Livebook` only binds to the 127.0.0.1, allowing access to happen only within the current machine. When running `Livebook` in the production environment - the recommended environment - we also generate a token on initialization and we only allow access to the Livebook if said token is supplied as part of the URL.
|
||||
For this reason, Livebook only binds to the 127.0.0.1, allowing access to happen only within the current machine. When running Livebook in the production environment - the recommended environment - we also generate a token on initialization and we only allow access to the Livebook if said token is supplied as part of the URL.
|
||||
|
||||
### Environment variables
|
||||
<!-- Environment variables -->
|
||||
|
|
Loading…
Reference in a new issue