From 7262ff540d0dd9b148d0c2c001dd5ff99299582c Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Thu, 22 Apr 2021 11:41:22 +0200 Subject: [PATCH] Update README.md (#235) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8972e5cee..0ca657482 100644 --- a/README.md +++ b/README.md @@ -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